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

    Interface OperationBase

    interface OperationBase {
        key: string;
        name: string;
        isReadOnly?: boolean;
        description?: string;
        tags?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    key: string
    name: string
    isReadOnly?: boolean
    description?: string
    tags?: string[]