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

    Interface PlainElementStatic

    interface PlainElementStatic {
        new PlainElementStatic(
            options?: PlainElementOptions,
        ): phina.display.PlainElement;
        (options?: PlainElementOptions): phina.display.PlainElement;
    }
    Index

    Constructors

    Constructors