PluginComponent
  • Home
  • Get started
    • Get started
    • Callback event
    • BaseComponent
  • Components
    • Input
    • Jumbotron
    • Button
    • Container
  • AddProperties
    • Text
    • BackgroundColor
    • Padding
  • Extra functions
    • Validate
    • Color
  • Created with PluginComponent
Powered by GitBook
On this page
  • Methods:
  • .SetParent( container or Frame )
  • .SetLayoutOrder(LayoutOrder)
  • .Hide()
  • .Show()
  • .Destroy()
  • Properties:
  • .Container
  1. Get started

BaseComponent

This is the base instance. All components are inherited from it.

PreviousCallback eventNextInput

Last updated 3 years ago

All the methods described here are applicable to any component!

Methods:

.SetParent( container or Frame )

Specifies a new Parent for the component. You can specify a reference to a normal Frame or to . If you do not specify this parameter, the component will be in the void.

.SetLayoutOrder(LayoutOrder)

Changes the order of the component

.Hide()

Hides the element

.Show()

Shows the hidden element

.Destroy()

Deletes a component

Properties:

.Container

Returns the normal Frame component

Container