mirror of
https://github.com/hbomb79/Titanium.git
synced 2025-01-22 17:32:06 -05:00
consumeWhenDisabled type specified as 'boolean'
This commit is contained in:
parent
6c82cb1b1c
commit
1f2e7f23f2
1 changed files with 1 additions and 1 deletions
|
@ -233,5 +233,5 @@ function Node:animate( ... )
|
|||
end
|
||||
|
||||
configureConstructor {
|
||||
argumentTypes = { enabled = "boolean", visible = "boolean", disabledColour = "colour", disabledBackgroundColour = "colour" }
|
||||
argumentTypes = { enabled = "boolean", visible = "boolean", disabledColour = "colour", disabledBackgroundColour = "colour", consumeWhenDisabled = "boolean" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue