MultiLookupFormStateVale
@spartanfx/react / spfx / MultiLookupFormStateVale
Type Alias: MultiLookupFormStateVale<T>
type MultiLookupFormStateVale<T> = LookupFormStateValue<T>[] | null;
Represents multiple selected values from a multi-lookup field in SharePoint.
Each item follows the LookupFormStateValue structure.
Type Parameters
T
T = DefaultLookup