Type alias ChatterExtension
ChatterExtension: Metadata & { compositionComponent: string; description: string; extensionName: string; headerText?: string | null; hoverText?: string | null; icon: string; isProtected?: boolean | null; masterLabel: string; renderComponent: string; type: string; } Type declaration
compositionComponent: string
description: string
extensionName: string
Optional
headerText?: string | null
Optional
hoverText?: string | null
icon: string
Optional
isProtected?: boolean | null
masterLabel: string
renderComponent: string
type: string