@dxos/client
Preparing search index...
testing
BlockType
Interface BlockType
Deprecated
interface
BlockType
{
content
?:
Ref
<
TypedObjectFields
<
{
content
:
typeof
String$
}
,
TypedObjectOptions
>
,
>
;
object
?:
Ref
<
Expando
>
;
timestamp
:
string
;
}
Hierarchy
Type
<
typeof
BlockSchema
>
BlockType
Index
Properties
content?
object?
timestamp
Properties
Optional
Readonly
content
content
?:
Ref
<
TypedObjectFields
<
{
content
:
typeof
String$
}
,
TypedObjectOptions
>
,
>
= ...
Optional
Readonly
object
object
?:
Ref
<
Expando
>
= ...
Readonly
timestamp
timestamp
:
string
= Schema.String
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
object
timestamp
@dxos/client
Loading...
Deprecated