Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Import API SDK
CustomObjectKeyReference
Interface CustomObjectKeyReference
References a key value document by key.
interface
CustomObjectKeyReference
{
container
:
string
;
key
:
string
;
typeId
:
"key-value-document"
;
}
Hierarchy (
View Summary
)
IKeyReference
CustomObjectKeyReference
Index
Properties
container
key
type
Id
Properties
Readonly
container
container
:
string
Readonly
key
key
:
string
Readonly
type
Id
typeId
:
"key-value-document"
The type of the referenced resource.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
container
key
type
Id
Typescript SDK Type Docs
Loading...
References a key value document by key.