Skip to main content

MultiLookupFormStateVale

@spartanfx/react v1.2.2


@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