Package version:

Operation detail payload

interface OperationDetail {
    display?: OperationDisplay;
    isDataAction?: boolean;
    name?: string;
    origin?: string;
}

Properties

Display of the operation

isDataAction?: boolean

Indicates whether the operation is a data action

name?: string

Name of the operation

origin?: string

Origin of the operation