@dxos/client
    Preparing search index...

    Interface BlockType

    interface BlockType {
        content?: Ref<{ content: string } & OfKind<Object> & Unknown>;
        object?: Ref<Unknown>;
        timestamp: string;
    }

    Hierarchy

    • Type<typeof BlockSchema>
      • BlockType
    Index

    Properties

    content?: Ref<{ content: string } & OfKind<Object> & Unknown> = ...
    object?: Ref<Unknown> = ...
    timestamp: string = Schema.String