@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbAction<ArgsType>

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

    Type Parameters

    • ArgsType

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods

    Properties

    args: ArgsType

    Methods