DefaultPlaceholder
You shouldn't use this class directly.
It's used internally to recognize when a default value has been overwritten, even if the overridden default value was truthy.
Attributes
| Attribute | Type | Description |
|---|---|---|
| value | Any | The internal data being wrapped to determine if a default setting has been modified. |
Constructor
Signature
def DefaultPlaceholder(
value: Any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| value | Any | The value to be stored within the placeholder. |
Signature
def DefaultPlaceholder(
value: Any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| value | Any | The underlying default value to be stored and tracked for changes. |