Preparing search index...
The search index is not available
Krmx - TypeScript SDK - Reference
Krmx - TypeScript SDK - Reference
Krmx State Base
ProjectionSetMessage
Interface ProjectionSetMessage<Projection>
A ProjectionSetMessage represents setting the projection for a client.
interface
ProjectionSetMessage
<
Projection
>
{
payload
:
{
domain
:
string
;
projection
:
Projection
;
}
;
type
:
"projection/set"
;
}
Type Parameters
Projection
Index
Properties
payload
type
Properties
payload
payload
:
{
domain
:
string
;
projection
:
Projection
;
}
Type declaration
domain
:
string
projection
:
Projection
type
type
:
"projection/set"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
payload
type
Krmx - TypeScript SDK - Reference
Krmx Base - v0.6.3
Krmx Server - v0.6.7
Krmx Client - v0.6.3
Krmx Client for React - v0.6.3
Krmx State Base - v0.0.4
Krmx State Server - v0.0.4
Krmx State Client React - v0.0.4
A ProjectionSetMessage represents setting the projection for a client.