Skip to main content

TypeFactoryInstanceOf Interface

Represents an instanceof type that references a SharedTree schema class in the type factory system.

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

To use, import via @fluidframework/tree-agent/alpha.

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

Signature

export interface TypeFactoryInstanceOf extends TypeFactoryType

Extends: TypeFactoryType

Properties

PropertyAlertsModifiersTypeDescription
_kindAlphareadonly"instanceof"The kind of type this represents.
schemaAlphareadonlyObjectNodeSchemaThe SharedTree schema class to reference.

Property Details

_kind

The kind of type this represents.

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 _kind: "instanceof";

Type: "instanceof"

schema

The SharedTree schema class to reference.

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 schema: ObjectNodeSchema;

Type: ObjectNodeSchema