# BaseBlurEffect
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | A string literal representing the effect's type. Always check the type before reading other properties. |
**visible** | **bool** | Whether this blur is active. |
**radius** | **f64** | Radius of the blur effect |
**bound_variables** | Option<[**models::BaseBlurEffectBoundVariables**](BaseBlurEffect_boundVariables.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)