Type alias LightningComponentBundle
LightningComponentBundle: Metadata & { apiVersion?: number | null; description?: string | null; isExplicitImport?: boolean | null; isExposed?: boolean | null; lwcResources?: LwcResources | null; masterLabel?: string | null; runtimeNamespace?: string | null; targetConfigs?: string | null; targets?: Targets | null; } Type declaration
Optional
apiVersion?: number | null
Optional
description?: string | null
Optional
isExplicitImport?: boolean | null
Optional
isExposed?: boolean | null
Optional
lwcResources?: LwcResources | null
Optional
masterLabel?: string | null
Optional
runtimeNamespace?: string | null
Optional
targetConfigs?: string | null
Optional
targets?: Targets | null