Home > @plasmicapp/data-sources > TableFieldSchema
TableFieldSchema interface
Signature:
export interface TableFieldSchema
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id | string | ||
label? | string | (Optional) | |
options? | string[] | (Optional) | |
primaryKey? | boolean | (Optional) | |
readOnly | boolean | ||
type | TableFieldType |