DefaultLookup
@spartanfx/react / spfx / DefaultLookup
Type Alias: DefaultLookup
type DefaultLookup = object;
Represents a default SharePoint lookup value.
This structure is commonly returned by SharePoint list lookup fields.
The Title property is optional, and additional dynamic properties may exist.
Indexable
[key: string]: string | number
Properties
| Property | Type |
|---|---|
Id | number |
Title? | string |