@umbraco-cms/backoffice

    Interface UmbAction<ArgsType>

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

    Type Parameters

    • ArgsType

    Hierarchy (View Summary, Expand)

    Implemented by

    Index

    Properties

    Methods

    Properties

    args: ArgsType

    Methods

    MMNEPVFCICPMFPCPTTAAATR