Skip to main content

Home > @jsplumbtoolkit/browser-ui > Decorators

Decorators variable

Signature:

Decorators: {
get: (name: string, params: Record<string, any>, adapter: Surface, container: Element) => Decorator;
register: (name: string, dec: Constructable<Decorator>) => void;
}