selectable

This type represents a selectable control.

This type inherits control type. All of its base methods and fields are also available in this type.

__call๏ปฟ

Constructs the selectable.

Arguments

Name

Type

Description

id

Control ID.

str

string

Text string.

Returns

Type

Description

selectable

Selectable object.

Example

local sel = gui.selectable(id, 'Hello!');

Last updated