Interface TabbedWindowContent

Specifies contents and additional parameters for all types of windows.

interface TabbedWindowContent {
    drawing?: DrawingSet;
    elements?: ElementSet;
    isButtonHidden?: boolean;
    location?: WindowLocationDescription;
    params?: BindingSet;
    style?: BindingSet;
}

Hierarchy (view full)

Properties

drawing?: DrawingSet

Array of drawings

elements?: ElementSet

Object containing keys as gui elements names and UI.Elements instances as values. Gui elements are interactive components that are used to create interfaces functionality.

isButtonHidden?: boolean

Specifies window's location, used for UI.Window, UI.TabbedWindow and UI.StandartWindow.

params?: BindingSet

Specifies window's style, an object containing keys as style binding names and values as gui texture names corresponding to the binding.

Use style instead.

style?: BindingSet

Specifies window's style, an object containing keys as style binding names and values as gui texture names corresponding to the binding.

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.