MultiChoiceFormStateValue
@spartanfx/react / spfx / MultiChoiceFormStateValue
Type Alias: MultiChoiceFormStateValue
type MultiChoiceFormStateValue = string[] | null;
Represents multiple selected choices from a choice field. Value is an array of strings or null.