interface UmbCurrentUserAction<ArgsMetaType = never> {
    args: UmbCurrentUserActionArgs;
    destroy(): void;
    execute(): Promise<void>;
    getHref(): Promise<undefined | string>;
}

Type Parameters

  • ArgsMetaType = never

Hierarchy (View Summary, Expand)

Properties

Methods

Properties

Methods

MMNEPVFCICPMFPCPTTAAATR