KC's Workspace
    Preparing search index...

    Interface BindingMagicStringOptions

    interface BindingMagicStringOptions {
        filename?: string;
        ignoreList?: boolean;
        indentExclusionRanges?: number[] | number[][];
        offset?: number;
    }
    Index
    filename?: string
    ignoreList?: boolean
    indentExclusionRanges?: number[] | number[][]
    offset?: number