TextAsTree Namespace
A collection of text related types, schema and utilities for working with text beyond the basic string.
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 declare namespace TextAsTree
Interfaces
| Interface | Alerts | Description |
|---|---|---|
| Members | Alpha | Interface for a text node. |
| Statics | Alpha | Statics for text nodes. |
Types
| TypeAlias | Alerts | Description |
|---|---|---|
| Tree | Alpha | Node for the Tree schema exposing the Members API. |
Variables
| Variable | Alerts | Modifiers | Type | Description |
|---|---|---|---|---|
| Tree | Alpha | readonly | Statics & TreeNodeSchema<"com.fluidframework.text.Text", NodeKind, Members & TreeNode & WithType<"com.fluidframework.text.Text", NodeKind, unknown>, never, false> | Schema for a Tree node. |
Variable Details
Tree
Schema for a Tree node.
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
Tree: Statics & TreeNodeSchema<"com.fluidframework.text.Text", NodeKind, Members & TreeNode & WithType<"com.fluidframework.text.Text", NodeKind, unknown>, never, false>
Type: Statics & TreeNodeSchema<"com.fluidframework.text.Text", NodeKind, Members & TreeNode & WithType<"com.fluidframework.text.Text", NodeKind, unknown>, never, false>
Remarks
See Statics for static APIs on this schema, including construction.