Member Junction
    Preparing search index...

    A single placeholder entry in the position map

    interface PlaceholderEntry {
        context: PlaceholderContext;
        originalToken: MJToken;
        placeholder: string;
    }
    Index

    Properties

    The SQL context type of this placeholder

    originalToken: MJToken

    The original MJ token that was replaced

    placeholder: string

    The placeholder string inserted into SQL (e.g., "'MJT_001'", "42001")