FormatColumnConfig
Config for api methods that get Format Columns
TypeScript
export interface FormatColumnConfig extendsExtends
Properties
| Property | Type |
|---|---|
| includeReadOnly | boolean |
| includeSuspended | boolean |
| target | FormatColumnTarget |
Property Details
includeReadOnly
TypeScript
includeReadOnly?: boolean;Property Value
boolean
includeSuspended
TypeScript
includeSuspended?: boolean;Property Value
boolean
target
TypeScript
target?: FormatColumnTarget;