ENUM

UIKitFollowUpTag

Contents

swift
public enum UIKitFollowUpTag: String, FollowUpTag, CaseIterable

Cases

data

swift
case data

A tag related to data manipulation within the Haapi UI.

component

swift
case component

A tag related to the components in the Haapi UI.

theming

swift
case theming

A tag related to the theming process.

flow

swift
case flow

A tag related to the flow in the Haapi UI.

swiftUI

swift
case swiftUI

A tag related to SwiftUI in Haapi UI.

mapping

swift
case mapping

A tag related to mapping data to HAAPI UI objects.

layout

swift
case layout

A tag related with the layout of the displayed component.

Properties

subsystem

swift
public var subsystem: String

tagName

swift
public var tagName: String