Membrane React - v0.2.1
    Preparing search index...

    Interface AppDataSchemaInstance

    interface AppDataSchemaInstance {
        id: string;
        name: string;
        key: string;
        state?: WorkspaceElementState;
        errors?: ErrorData[];
        appId: string;
        userId: string;
        user?: Customer;
        appDataSchemaId: string;
        appDataSchemaRevision: string;
        appDataSchema?: AppDataSchema;
        instanceKey?: string;
        schema?: any;
        error?: ErrorData;
        archivedAt?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    name: string
    key: string
    errors?: ErrorData[]
    appId: string
    userId: string
    user?: Customer
    appDataSchemaId: string
    appDataSchemaRevision: string
    appDataSchema?: AppDataSchema
    instanceKey?: string
    schema?: any
    error?: ErrorData
    archivedAt?: string