Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
StoreKeyReference
Interface StoreKeyReference
Reference
to a
Store
by its key.
interface
StoreKeyReference
{
key
:
string
;
typeId
:
"store"
;
}
Index
Properties
key
type
Id
Properties
Readonly
key
key
:
string
Unique and immutable key of the referenced
Store
.
Readonly
type
Id
type
Id
:
"store"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
key
type
Id
Typescript SDK Type Docs
Loading...
Reference to a Store by its key.