active_name


Description:

public string active_name { get; set; }

The name of the active toggle.

The name can be set via [property@Toggle:name]. If the currently active toggle doesn't have a name, the property will be set to `NULL`.

Set it to `NULL` to unset the current active toggle.