Matterway
    Preparing search index...

    Interface HighlightSelectorOptions

    Options for the highlightSelector helpers.

    interface HighlightSelectorOptions {
        color?: string;
        ensureVisible?: boolean;
        blink?: boolean;
        blinkInterval?: number;
    }
    Index

    Properties

    color?: string

    Customize the color for the highlight. Can be any css color value.

    ensureVisible?: boolean

    If true, only apply the highlight to visible elements.

    blink?: boolean

    If true, the highlight will blink.

    blinkInterval?: number

    The interval in milliseconds for the highlight to blink.