LookupFormStateValue
3p-core / LookupFormStateValue
Type Alias: LookupFormStateValue<T>
LookupFormStateValue<
T
> =T
|null
Represents the selected value from a SharePoint lookup field.
Can be customized with a specific lookup type, or defaults to DefaultLookup
.
Type Parameters
T
T
= DefaultLookup