vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CustomLabel

    interface CustomLabel {
        developerName: string;
        id: string;
        language: string;
        localizations: Record<string, string>;
        name: string;
        namespace: string;
        value: string;
    }
    Index

    Properties

    developerName: string

    Fully Qualified name of the label including namespace prefix

    id: string
    language: string

    Default value of the label

    localizations: Record<string, string>

    Localized version of the label value keyed by localization name, e.g: 'en-us', 'ja', etc

    name: string

    Name of the label

    namespace: string
    value: string

    Default value of the label