Skip to main content

FormattedTextSchemaIdentifier TypeAlias

Schema identifier for the a generic formatted text schema.

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

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

Signature

type FormattedTextSchemaIdentifier<TUserScope extends string> = ScopedSchemaName<`com.fluidframework.text.formatted<${TUserScope}>`, "Text">;

Type Parameters

ParameterConstraintDescription
TUserScopestring