Type alias SidebarComponent
SidebarComponent: { componentType: string; createAction?: string | null; enableLinking?: boolean | null; height?: number | null; label?: string | null; lookup?: string | null; page?: string | null; relatedLists: RelatedList[]; unit?: string | null; updateAction?: string | null; width?: number | null; } Type declaration
componentType: string
Optional
createAction?: string | null
Optional
enableLinking?: boolean | null
Optional
height?: number | null
Optional
label?: string | null
Optional
lookup?: string | null
Optional
page?: string | null
Optional
unit?: string | null
Optional
updateAction?: string | null
Optional
width?: number | null