SCMetadataType
Metadata type used to render custom fields
Properties
| Property | Type | Description |
|---|---|---|
editable? | boolean | If the metadata is editable for the user (only for the enum type) |
in_export? | boolean | Is metadata visible in exports |
in_signup? | boolean | Is the metadata visible in signup form |
label | string | The label of the metadata |
mandatory? | boolean | Is the metadata mandatory for the user |
type? | SCMetadataTypeFieldType | Metadata type |
type_options? | string[] | Options for the enum type |
type_tagging? | Record<string, number[]> | The type tagging |