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

    Type Alias Settings

    type Settings = {
        prefix: string;
        schema: Schema.Schema.All;
        value?: Record<string, any>;
    }
    Index

    Properties

    Properties

    prefix: string
    schema: Schema.Schema.All
    value?: Record<string, any>