idea-toolbox
    Preparing search index...

    Interface LabelVariable

    A variable to substitute at runtime.

    interface LabelVariable {
        code: string;
        label: Label;
    }
    Index

    Properties

    Properties

    code: string

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

    label: Label

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