Interface CustomFieldContextDefaultValueForgeMultiStringField
interface CustomFieldContextDefaultValueForgeMultiStringField { contextId: string; type: string; values?: string[]; } Properties
contextId
contextId: string
Optionalvalues
values?: string[]
The default text for a Forge collection of strings custom field.