Skip to main content

ParseOptions Interface

Options for how to interpret a VerboseTree when schema information is available.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

export interface ParseOptions

Properties

Property Alerts Modifiers Default Value Type Description
useStoredKeys Alpha optional, readonly false. boolean If true, interpret the input keys of object nodes as stored keys. If false, interpret them as property keys.

Property Details

useStoredKeys

If true, interpret the input keys of object nodes as stored keys. If false, interpret them as property keys.

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 useStoredKeys?: boolean;

Type: boolean