@dxos/client
    Preparing search index...

    Interface BlockType

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

    Hierarchy

    • Type<typeof BlockSchema>
      • BlockType
    Index

    Properties

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