BlockSuite API Documentation / @blocksuite/store / InternalPrimitives
Interface: InternalPrimitives
Properties
Boxed
Boxed: <
T
>(input
) =>Boxed
<T
>
Type parameters
• T
Parameters
• input: T
Returns
Boxed
<T
>
Source
packages/framework/store/src/schema/base.ts:21
Text
Text: (
input
?) =>Text
Parameters
• input?: string
| Text
Returns
Source
packages/framework/store/src/schema/base.ts:20
Generated using TypeDoc and typedoc-plugin-markdown.