ValueSchema Enum
Schema for what TreeLeafValue is allowed on a Leaf node.
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
export declare enum ValueSchema
Flags
| Flag | Alerts | Description | 
|---|---|---|
| Boolean | Alpha | 
    |
| FluidHandle | Alpha | 
    |
| Null | Alpha | 
    |
| Number | Alpha | 
    |
| String | Alpha | 
    
Boolean
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
Boolean = 2
FluidHandle
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
FluidHandle = 3
Null
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
Null = 4
Number
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
Number = 0
String
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
String = 1