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

    Interface ButtonStatic

    interface ButtonStatic {
        new ButtonStatic(options?: ButtonOptions): phina.ui.Button;
        defaults: {
            backgroundColor: string;
            cornerRadius: number;
            fill: string;
            fontColor: string;
            fontFamily: string;
            fontSize: number;
            fontWeight: string;
            height: number;
            stroke: null;
            text: string;
            width: number;
        };
        (options?: ButtonOptions): phina.ui.Button;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    defaults: {
        backgroundColor: string;
        cornerRadius: number;
        fill: string;
        fontColor: string;
        fontFamily: string;
        fontSize: number;
        fontWeight: string;
        height: number;
        stroke: null;
        text: string;
        width: number;
    }