Home > @jsplumbtoolkit/browser-ui > registerDecorator
registerDecorator() function
Signature:
export declare function registerDecorator(name: string, dec: Constructable<Decorator>): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | string | |
| dec | Constructable<Decorator> |
Returns:
void