465 B
465 B
Frame : Container
Functions
| Method | Returns | Description |
|---|---|---|
| Frame.new | Frame | |
| Frame:init | - |
Frame.new(props, basalt)
Creates a new Frame instance
Parameters
propstableThe properties to initialize the element withbasalttableThe basalt instance
Returns
FrameobjectThe newly created Frame instance
Usage
local element = Frame.new("myId", basalt)