phina.js.d.ts
    Preparing search index...

    Interface ShapeStatic

    interface ShapeStatic {
        new ShapeStatic(options?: ShapeOptions): phina.display.Shape;
        watchRenderProperties(keys: string[]): void;
        watchRenderProperty(key: string): void;
        (options?: ShapeOptions): phina.display.Shape;
    }
    Index

    Constructors

    Methods

    • Parameters

      • keys: string[]

      Returns void

    • Parameters

      • key: string

      Returns void