Dynamic Icons Scripting Reference - v1.3.0
    Preparing search index...

    Type Alias WindowOptions

    type WindowOptions = {
        title?: string;
        left?: number;
        top?: number;
        width?: number;
        height?: number;
        fit?: FitStyle;
        page?: number;
        background?: string;
        fullscreen?: boolean;
        visible?: boolean;
        cursor?: CursorStyle;
        canvas?: Canvas;
    }
    Index

    Properties

    title?: string
    left?: number
    top?: number
    width?: number
    height?: number
    fit?: FitStyle
    page?: number
    background?: string
    fullscreen?: boolean
    visible?: boolean
    cursor?: CursorStyle
    canvas?: Canvas