Type alias AuraDefinitionBundle
AuraDefinitionBundle: Metadata & { SVGContent?: string | null; apiVersion?: number | null; controllerContent?: string | null; description?: string | null; designContent?: string | null; documentationContent?: string | null; helperContent?: string | null; markup?: string | null; modelContent?: string | null; packageVersions: PackageVersion[]; rendererContent?: string | null; styleContent?: string | null; testsuiteContent?: string | null; type?: string | null; } Type declaration
Optional
SVGContent?: string | null
Optional
apiVersion?: number | null
Optional
controllerContent?: string | null
Optional
description?: string | null
Optional
designContent?: string | null
Optional
documentationContent?: string | null
Optional
helperContent?: string | null
Optional
markup?: string | null
Optional
modelContent?: string | null
Optional
rendererContent?: string | null
Optional
styleContent?: string | null
Optional
testsuiteContent?: string | null
Optional
type?: string | null