UNPKG

dazscript-types

Version:
17 lines (15 loc) 355 B
declare class DzPresentation extends DzBase { /* Properties */ type: string; label: string; description: string; iconLarge: string; iconSmall: string; colorA: Color; colorB: Color; autoFitBase: string; preferredBase: string; /* Methods */ iconReady(): void; attributeChanged(): void; }