@quadnix/octoDecoratorsOverlayOverlay CallableOverlay(): (constructor: any) => voidAn @Overlay is a class decorator to be placed on top of a class that represents an overlay.An overlay must extend the AOverlay class.@example@Overlay()export class MyOverlay extends AOverlay<MyOverlay> { ... }@seeDefinition of Overlays.Returns (constructor: any) => voidThe decorated class.(constructor: any): voidParametersconstructor: anyReturns void
An
@Overlay
is a class decorator to be placed on top of a class that represents an overlay.Definition of Overlays.