Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Import API SDK
ReferenceField
Interface ReferenceField
A field with a reference value.
interface
ReferenceField
{
type
:
"Reference"
;
value
:
KeyReference
;
}
Hierarchy (
View Summary
)
ICustomField
ReferenceField
Index
Properties
type
value
Properties
Readonly
type
type
:
"Reference"
The type of this field.
Readonly
value
value
:
KeyReference
References a resource by key
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
Typescript SDK Type Docs
Loading...
A field with a reference value.