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

    Interface LightningComponentBundle

    interface LightningComponentBundle {
        ApiVersion: number;
        Description?: string;
        DeveloperName: string;
        FullName?: string;
        Id: string;
        IsExplicitImport?: boolean;
        IsExposed?: boolean;
        Language: string;
        ManageableState: ManageableState;
        MasterLabel: string;
        NamespacePrefix?: string;
        RuntimeNamespace?: string;
        TargetConfigs?: string;
    }
    Index

    Properties

    ApiVersion: number
    Description?: string
    DeveloperName: string
    FullName?: string
    Id: string
    IsExplicitImport?: boolean
    IsExposed?: boolean
    Language: string
    ManageableState: ManageableState
    MasterLabel: string
    NamespacePrefix?: string
    RuntimeNamespace?: string
    TargetConfigs?: string