FilterFeedbackBarResetButtonConfiguration
public struct FilterFeedbackBarResetButtonConfiguration : Equatable
FilterFeedbackBar ResetButton Configuration
-
Default FilterFeedbackBarResetButtonConfiguration
Declaration
Swift
public init()
-
Customize FilterFeedbackBarResetButtonConfiguration
Declaration
Swift
public init(with type: FilterFeedbackBarResetButtonType = .reset, title: String = "", isHidden: Bool = false)
Parameters
type
Reset button type
title
Reset button title
isHidden
A Boolean value that determines whether reset button is hidden.