idea-toolbox
    Preparing search index...

    Interface StringVariable

    A variable to substitute at runtime while parsing strings.

    interface StringVariable {
        code: string;
        description: string;
    }
    Index

    Properties

    Properties

    code: string

    The code of the variable (the string that will be substituted).

    description: string

    The description of the variable, i.e. the explanation of the content that will be substituted to this variable.