interface DocumentSearchHighlight {
    highlight?: boolean;
}

Properties

Properties

highlight?: boolean

Whether or not matches in search results should be highlighted.