Skip to main content

Interface: SCMetadataType

Metadata type used to render custom fields

Properties

in_export

Optional in_export: boolean

Is metadata visible in exports

Defined in

metadata.ts:32


in_signup

Optional in_signup: boolean

Is the metadata visible in signup form

Defined in

metadata.ts:28


label

label: string

The label of the metadata

Defined in

metadata.ts:20


mandatory

Optional mandatory: boolean

Is the metadata mandatory for the user

Defined in

metadata.ts:24


type

Optional type: SCMetadataTypeFieldType

Metadata type

Defined in

metadata.ts:36


type_options

Optional type_options: string[]

Options for the enum type

Defined in

metadata.ts:40