interface HighlightableOption {
    highlight?: Reference[] | Highlight | HighlightCallback;
}

Properties

Properties