UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

10 lines (9 loc) 334 B
import { EventDispatcher } from "../events/EventDispatcher"; export declare class Proxy extends EventDispatcher { private valueMap; getProperty(propName: any): any; setProperty(propName: any, value: any): void; hasProperty(propName: any): boolean; deleteProperty(propName: any): void; elementNames(): any[]; }