ActionColumnDefaultConfiguration

Default configuration to use for an FDC3 Action Column

TypeScript
export interface

Properties

PropertyDescriptionDefault
columnIdColumn Id'fdc3ActionColumn'
headerNameColumn Header'FDC3 Actions'
movableIf Column is movabletrue
resizableIf Column is resizabletrue
rowScopeWhich rows button appears indata rows only
widthColumn Width in pixels200

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

RowScope

width

Column Width in pixels

TypeScript
width?: number;
Default Value

200

Property Value

number