Interface IWidgetDataSheetColumnScheme
Represents a column scheme for a table.
Package: ui-framework
Properties
barcodeFormat
Declaration
barcodeFormat?: string
Property Value
Type | Description |
---|---|
string |
barcodeSubType
Declaration
barcodeSubType?: string
Property Value
Type | Description |
---|---|
string |
name
The field name.
Declaration
name: string
Property Value
Type | Description |
---|---|
string | The field name. |
readonly
If true
, disables field editing.
Declaration
readonly?: boolean
Property Value
Type | Description |
---|---|
boolean | If |
type
The field type.
Declaration
type?: string
Property Value
Type | Description |
---|---|
string | The field type. |
value
The default value.
Declaration
value: string
Property Value
Type | Description |
---|---|
string | The default value. |