Skip to content

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

Text

Source

packages/framework/store/src/schema/base.ts:20