Skip to main content

Interface: SCMetadataType

Exports all types

Properties

in_export

Optional in_export: boolean

Is metadata visible in exports

Defined in

metadata.ts:31


in_signup

Optional in_signup: boolean

Is the metadata visible in signup form

Defined in

metadata.ts:27


label

label: string

The label of the metadata

Defined in

metadata.ts:19


mandatory

Optional mandatory: boolean

Is the metadata mandatory for the user

Defined in

metadata.ts:23


type

Optional type: SCMetadataTypeFieldType

Metadata type

Defined in

metadata.ts:35


type_options

Optional type_options: string[]

Options for the enum type

Defined in

metadata.ts:39