CCKit2
    Preparing search index...

    Type Alias CCWindowManagerWindowOptions

    Holds parameters for window creation.

    type CCWindowManagerWindowOptions = {
        borderless?: boolean;
        closable?: boolean;
        minimizable?: boolean;
        resizable?: boolean;
        utility?: boolean;
        z?: -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3;
    }
    Index

    Properties

    borderless?: boolean
    closable?: boolean
    minimizable?: boolean
    resizable?: boolean
    utility?: boolean
    z?: -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3