SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorTextByRegexInfo

    Match result information returned by getTextByRegex.

    interface SynapEditorTextByRegexInfo {
        id: string;
        startIndex?: number;
        text: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the matched element.

    startIndex?: number

    The start index of the match.

    text: string

    The matched text.