Canvas functions

These are functions for Canvases. A Canvas is the base Elements can be inserted into. For example, the :CreateWindow, :Row, and :CollapsingHeader all return a Canvas.

Function
Return type
Description

:ClearChildElements

Destroys all child elements

:GetChildElements

Array (table)

Returns an array of elements in the Canvas

:GetObject

Instance

Returns the real Object

:TagElements(Objects: ObjectTable)

Same as Window:TagElements

:SetElementFocused(Object: GuiObject, Data)

Disables interaction with all other elements when the object is focused

:Remove

Destroys the Canvas and all child elements

Last updated