UNPKG

@itrocks/action

Version:

An abstract class for applying actions in your framework, with @Actions and @Need decorators for assignment

5 lines (4 loc) 298 B
import { ObjectOrType } from '@itrocks/class-type'; export declare function Actions(value?: string[]): import("@itrocks/decorator/class").DecorateCaller<object>; export declare function actionsOf(target: ObjectOrType): string[]; export declare function setDefaultActions(actions?: string[]): void;