Skip to main content

LookupFormStateValue

@spartanfx/react v1.2.2


@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