GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

Group

API/Functions/Group
seyfert/lib/commands/decorators.d.ts

Signature

export declare function Group(groupName: string): GroupDecorator;

Private types

GroupDecoratorTypeAlias
type GroupDecorator = <T extends {    new (...args: any[]): object;}>(target: T) => {    new (...args: any[]): {        group: string;    };} & T;

Members

This export does not declare public properties or methods in the generated declaration file.