MimiUserFlowStepAccessoryView
@MainActor
open class MimiUserFlowStepAccessoryView : MimiView
Abstract class for either a header or footer view in a UserFlowStep
.
Provides access to performing actions in the user flow step.
-
Actions to perform in the step.
- jumpTo: Jump to a new location in the flow.
Declaration
Swift
public enum Action
-
Whether the accessory view should be able to perform the actions it innately expects to perform.
You should set this to
false
if you are wanting to use the accessory view or custom actions in any way.Note:
performAction()
will not function when this is set tofalse
.Declaration
Swift
@MainActor open var performDefaultActions: Bool