@umbraco-cms/backoffice

    Interface UmbEntityAction<ArgsMetaType>

    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

    Index

    Properties

    Methods

    Properties

    Methods

    MMNEPVFCICPMFPCPTTAAATR