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

    Interface WorkspaceElementSpec

    interface WorkspaceElementSpec {
        type: WorkspaceElementType;
        apiPath: string;
        name: string;
        namePlural: string;
        createSchema?: ZodObject<any, $strip>;
        updateSchema?: ZodObject<any, $strip>;
        editablePropertiesSchema?: ZodObject<any, $strip>;
        apiResponseSchema?: ZodObject<any, $strip>;
        findQuerySchema?: ZodObject<any, $strip>;
        isMembraneInterface?: boolean;
        isIntegrationLevel?: boolean;
        parentFieldKey?: string;
    }
    Index

    Properties

    apiPath: string
    name: string
    namePlural: string
    createSchema?: ZodObject<any, $strip>
    updateSchema?: ZodObject<any, $strip>
    editablePropertiesSchema?: ZodObject<any, $strip>
    apiResponseSchema?: ZodObject<any, $strip>
    findQuerySchema?: ZodObject<any, $strip>
    isMembraneInterface?: boolean
    isIntegrationLevel?: boolean
    parentFieldKey?: string