pixi.js
    Preparing search index...

    Interface ICanvasStyleAdvanced

    Represents the style properties of a canvas element.

    interface ICanvasStyle {
        cursor?: string;
        height?: string;
        msContentZooming?: string;
        msTouchAction?: string;
        touchAction?: string;
        width?: string;
    }
    Index

    Properties

    cursor?: string
    height?: string
    msContentZooming?: string
    msTouchAction?: string
    touchAction?: string
    width?: string