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

Type Parameters

  • ArgsMetaType = never

Hierarchy (view full)

Properties

Methods

Properties

Methods

""