STRUCT
Contents
- Properties
backgroundColor
hover
state
textColor
- Methods
init(backgroundColor:hover:state:textColor:)
public struct unseenPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen
.
public var backgroundColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen/backgroundColor
.
public var hover: Components.Schemas.InboxConfig.themePayload.notificationPayload.unseenPayload.hoverPayload?
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen/hover
.
public var state: Components.Schemas.InboxConfig.themePayload.notificationPayload.unseenPayload.statePayload?
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen/state
.
public var textColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen/textColor
.
public init(
backgroundColor: Swift.String,
hover: Components.Schemas.InboxConfig.themePayload.notificationPayload.unseenPayload.hoverPayload? = nil,
state: Components.Schemas.InboxConfig.themePayload.notificationPayload.unseenPayload.statePayload? = nil,
textColor: Swift.String
)
Creates a new unseenPayload
.
- Parameters:
- backgroundColor:
- hover:
- state:
- textColor:
Name | Description |
---|---|
backgroundColor | |
hover | |
state | |
textColor |