SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorTextSelectorData

    A selector-text pair used in setTextBySelectors / getTextBySelectors.

    interface SynapEditorTextSelectorData {
        selector: string;
        text: string;
    }
    Index

    Properties

    Properties

    selector: string

    The CSS selector string.

    text: string

    The text corresponding to the selector.