Membrane SDK - v0.8.0
    Preparing search index...

    Interface AppDataSchemaInstanceSelector

    interface AppDataSchemaInstanceSelector {
        id?: string;
        appDataSchemaKey?: string;
        appDataSchemaId?: string;
        instanceKey?: string;
        autoCreate?: boolean;
    }
    Index

    Properties

    id?: string
    appDataSchemaKey?: string
    appDataSchemaId?: string
    instanceKey?: string
    autoCreate?: boolean