SwitchableContainer.enabled

Get the state of decorated (enabled/disabled).

Get the state of decorated (enabled/disabled).

  1. bool enabled [@property setter]
  2. inout(bool) enabled [@property getter]
    class SwitchableContainer
    @property @safe nothrow inout
    inout(bool)
    enabled
    ()

Return Value

Type: inout(bool)

bool true if enabled or false if not.

Meta