@dxos/app-framework - v0.8.2
    Preparing search index...

    Type Alias SerializedNode

    type SerializedNode = {
        data: string;
        name: string;
        type?: string;
    }
    Index

    Properties

    Properties

    data: string
    name: string
    type?: string