LookupFormStateValue
@spartanfx/react / spfx / LookupFormStateValue
Type Alias: LookupFormStateValue<T>
type 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