ActionColumnDefaultConfiguration
Default configuration to use for an FDC3 Action Column
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| columnId | Column Id | 'fdc3ActionColumn' |
| headerName | Column Header | 'FDC3 Actions' |
| movable | If Column is movable | true |
| resizable | If Column is resizable | true |
| rowScope | Which rows button appears in | data rows only |
| width | Column Width in pixels | 200 |
Property Details
columnId
Column Id
TypeScript
columnId?: string;Default Value
'fdc3ActionColumn'
Property Value
string
headerName
Column Header
TypeScript
headerName?: string;Default Value
'FDC3 Actions'
Property Value
string
movable
If Column is movable
TypeScript
movable?: boolean;Default Value
true
Property Value
boolean
resizable
If Column is resizable
TypeScript
resizable?: boolean;Default Value
true
Property Value
boolean
rowScope
Which rows button appears in
TypeScript
rowScope?: RowScope;Default Value
data rows only
Property Value
width
Column Width in pixels
TypeScript
width?: number;Default Value
200
Property Value
number