Home > @jsplumb/core > OverlayFactory
#
OverlayFactory variableSignature:
OverlayFactory: { get: (instance: JsPlumbInstance<any>, name: string, component: Component, params: any) => Overlay; register: (name: string, overlay: Constructable<Overlay>) => void;}