@dxos/client
    Preparing search index...

    Interface Expando

    Expando object is an object with an arbitrary set of properties.

    interface Expando {
        id: string;
        [key: string]: any;
    }

    Hierarchy

    • Type<typeof ExpandoSchema>
      • Expando

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    id: string