Skip to main content

TypeFactoryType Interface

Base interface for type factory types.

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 TypeFactoryType

Properties

PropertyAlertsModifiersTypeDescription
_kindAlphareadonlyTypeFactoryTypeKindThe kind of type this represents.

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: TypeFactoryTypeKind;

Type: TypeFactoryTypeKind