Matterway
    Preparing search index...

    Interface HighlightOptions

    Options for the Highlight class.

    interface HighlightOptions {
        color?: string;
    }
    Index

    Properties

    Properties

    color?: string

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