Member Junction
    Preparing search index...

    Parsed token with position information

    interface SpecialContentToken {
        content: SpecialContent;
        endIndex: number;
        mode: string;
        originalText: string;
        startIndex: number;
    }
    Index

    Properties

    The parsed content object

    endIndex: number

    End index in the original text

    mode: string

    The mode of the content (mention, form, etc.)

    originalText: string

    The original @{...} text

    startIndex: number

    Start index in the original text