@dxos/client
    Preparing search index...

    Interface BlockType

    interface BlockType {
        content?: Ref<
            TypedObjectFields<{ content: typeof String$ }, TypedObjectOptions>,
        >;
        object?: Ref<Expando>;
        timestamp: string;
    }

    Hierarchy

    • Type<typeof BlockSchema>
      • BlockType
    Index

    Properties

    content?: Ref<
        TypedObjectFields<{ content: typeof String$ }, TypedObjectOptions>,
    > = ...
    object?: Ref<Expando> = ...
    timestamp: string = Schema.String