OptionToggleElement
OptionToggleElement
Parent
Functions
new
Description
Definition
new()
Arguments
| any | target |
|---|---|
| any | custom_mt |
Code
function OptionToggleElement.new(target, custom_mt)
local self = MultiTextOptionElement.new(target, custom_mt or OptionToggleElement _mt)
self.dataSouce = nil
return self
end