Integration App SDK - v1.14.0
    Preparing search index...

    Interface AppEventType

    interface AppEventType {
        revision: string;
        archivedAt?: string;
        subscribeRequest?: HttpRequestSpec;
        example?: any;
        schema?: DataSchema;
        globalWebhookUri: string;
        userIdFormula?: any;
        id: string;
        name: string;
        key: string;
        state?: WorkspaceElementState;
        errors?: ErrorData[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    revision: string
    archivedAt?: string
    subscribeRequest?: HttpRequestSpec
    example?: any
    schema?: DataSchema
    globalWebhookUri: string
    userIdFormula?: any
    id: string
    name: string
    key: string
    errors?: ErrorData[]