SimpleObjectFieldSchema Interface
A SimpleFieldSchema for an SimpleObjectNodeSchema field.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/tree/alpha
.
For more information about our API support guarantees, see here.
Signature
/** @sealed */
export interface SimpleObjectFieldSchema extends SimpleFieldSchema
Extends: SimpleFieldSchema
Remarks
The only other case fields are uses in the root schema.
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
storedKey | Alpha |
readonly |
string | The stored key of the field. |
Property Details
storedKey
The stored key of the field.
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
readonly storedKey: string;
Type: string
Remarks
See key for more information.