Type Alias MetadataTemplateField
MetadataTemplateField: { default?: string | boolean | number | null; help_text?: string; is_filterable?: boolean; is_pitch_master?: boolean; is_required?: boolean; is_sortable?: boolean; label: string; name: string; options?: MetadataTemplateOption[]; type: MetadataTemplateFieldTypeEnum;} Type declaration
Optional
default?: string | boolean | number | null
Optional
help_text?: string
Optional
is_filterable?: boolean
Optional
is_pitch_master?: boolean
Optional
is_required?: boolean
Optional
is_sortable?: boolean
label: string
name: string