Structure
PlaybookCatalog
public struct PlaybookCatalog: View
A view that displays scenarios manged by given Playbook
instance with
catalog-style appearance.
Relationships
Conforms To
View
Initializers
init(name:playbook:)
public init(name: String = "PLAYBOOK", playbook: Playbook = .default)
Creates a new view that displays scenarios managed by given Playbook
instance.
Parameters
Name | Type | Description |
---|---|---|
name | String |
A name of |
playbook | Playbook |
A |
Properties
body
var body: some View
Declares the content and behavior of this view.