Custom String Formatter API
    Preparing search index...

    Interface IVariable

    Variable descriptor, as returned from enumVariables function.

    interface IVariable {
        filters: { args: string[]; name: string }[];
        match: string;
        property: string;
    }
    Index

    Properties

    filters: { args: string[]; name: string }[]

    Extracted filters with raw arguments (not decoded).

    match: string

    Exact enumeration match for the variable.

    property: string

    Extracted property name.