@awayjs/renderer
Version:
Renderer for AwayJS
18 lines • 490 B
TypeScript
import { EventBase } from '@awayjs/core';
import { Style } from '../base/Style';
export declare class StyleEvent extends EventBase {
private _style;
/**
*
*/
static INVALIDATE_PROPERTIES: string;
static INVALIDATE_IMAGES: string;
get style(): Style;
constructor(type: string, style: Style);
/**
* Clones the event.
* @return An exact duplicate of the current object.
*/
clone(): StyleEvent;
}
//# sourceMappingURL=StyleEvent.d.ts.map