Interface for an entity action. UmbEntityAction

interface UmbEntityAction<ArgsMetaType> {
    args: UmbEntityActionArgs;
    destroy(): void;
    execute(): Promise<void>;
    getHref(): Promise<undefined | string>;
}

Type Parameters

  • ArgsMetaType

Hierarchy (View Summary, Expand)

Implemented by

Properties

Methods

Properties

Methods

MMNEPVFCICPMFPCPTTAAATR