tlc.core.builtins.constants.bool_roles#

Defines some common keywords which can be used to annotate boolean values in Schemas.

Module Contents#

Data#

Data

Description

BOOL_ROLE_NORMAL

Normal boolean value

BOOL_ROLE_SLIDER

Boolean value which can be controlled by a slider

BOOL_ROLE_ACTION

Boolean value which can be controlled by a button

API#

tlc.core.builtins.constants.bool_roles.BOOL_ROLE_NORMAL = Normal#

Normal boolean value

tlc.core.builtins.constants.bool_roles.BOOL_ROLE_SLIDER = Slider#

Boolean value which can be controlled by a slider

tlc.core.builtins.constants.bool_roles.BOOL_ROLE_ACTION = Action#

Boolean value which can be controlled by a button