Protection

Protection to use for the signal string mixin.

Values

ValueMeaning
none

No protection at all, the wrapping function will return a ref Signal instead of a ref RestrictedSignal

private_

The Signal member variable will be private.

protected_

The signal member variable will be protected.

package_

The signal member variable will have package protection.

Meta