InboxConfig.themePayload.notificationPayload.unseenPayload
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
.
Properties
backgroundColor
public var backgroundColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen/backgroundColor
.
hover
public var hover: Components.Schemas.InboxConfig.themePayload.notificationPayload.unseenPayload.hoverPayload?
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen/hover
.
state
public var state: Components.Schemas.InboxConfig.themePayload.notificationPayload.unseenPayload.statePayload?
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen/state
.
textColor
public var textColor: Swift.String
- Remark: Generated from
#/components/schemas/InboxConfig/theme/notification/unseen/textColor
.
Methods
init(backgroundColor:hover:state: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:
Parameters
Name | Description |
---|---|
backgroundColor | |
hover | |
state | |
textColor |