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

    Interface DisplaySceneParams

    interface DisplaySceneParams {
        backgroundColor?: string;
        height?: number;
        width?: number;
    }
    Index

    Properties

    backgroundColor?: string
    height?: number
    width?: number