Type alias CustomApplicationComponent
CustomApplicationComponent: Metadata & { buttonIconUrl?: string | null; buttonStyle?: string | null; buttonText?: string | null; buttonWidth?: number | null; height?: number | null; isHeightFixed: boolean; isHidden: boolean; isWidthFixed: boolean; visualforcePage: string; width?: number | null; } Type declaration
Optional buttonIconUrl?: string | null
Optional buttonStyle?: string | null
Optional buttonText?: string | null
Optional buttonWidth?: number | null
Optional height?: number | null
isHeightFixed: boolean
isHidden: boolean
isWidthFixed: boolean
visualforcePage: string
Optional width?: number | null