ENUM

UIKitFollowUpTag

Contents

public enum UIKitFollowUpTag: String, FollowUpTag, CaseIterable

Cases

data

case data

A tag related to data manipulation within the Haapi UI.

component

case component

A tag related to the components in the Haapi UI.

theming

case theming

A tag related to the theming process.

flow

case flow

A tag related to the flow in the Haapi UI.

swiftUI

case swiftUI

A tag related to SwiftUI in Haapi UI.

mapping

case mapping

A tag related to mapping data to HAAPI UI objects.

layout

case layout

A tag related with the layout of the displayed component.

Properties

subsystem

public var subsystem: String

tagName

public var tagName: String