interface UmbAction<ArgsType> {
    args: ArgsType;
    destroy(): void;
    execute(): Promise<void>;
}

Type Parameters

  • ArgsType

Hierarchy (View Summary, Expand)

Implemented by

Properties

Methods

Properties

args: ArgsType

Methods

MMNEPVFCICPMFPCPTTAAATR