Interface WindowContent

Specifies contents and additional parameters for all types of windows.

interface WindowContent {
    drawing?: DrawingSet;
    elements?: ElementSet;
    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.

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.