InboxConfig.themePayload.notificationPayload.unreadPayload

STRUCT

Contents

  • Properties
    • backgroundColor
    • hover
    • state
    • textColor
  • Methods
    • init(backgroundColor:hover:state:textColor:)
public struct unreadPayload: Codable, Hashable, Sendable
  • Remark: Generated from #/components/schemas/InboxConfig/theme/notification/unread.

Properties

backgroundColor

public var backgroundColor: Swift.String
  • Remark: Generated from #/components/schemas/InboxConfig/theme/notification/unread/backgroundColor.

hover

public var hover: Components.Schemas.InboxConfig.themePayload.notificationPayload.unreadPayload.hoverPayload?
  • Remark: Generated from #/components/schemas/InboxConfig/theme/notification/unread/hover.

state

public var state: Components.Schemas.InboxConfig.themePayload.notificationPayload.unreadPayload.statePayload?
  • Remark: Generated from #/components/schemas/InboxConfig/theme/notification/unread/state.

textColor

public var textColor: Swift.String
  • Remark: Generated from #/components/schemas/InboxConfig/theme/notification/unread/textColor.

Methods

init(backgroundColor:hover:state:textColor:)

public init(
    backgroundColor: Swift.String,
    hover: Components.Schemas.InboxConfig.themePayload.notificationPayload.unreadPayload.hoverPayload? = nil,
    state: Components.Schemas.InboxConfig.themePayload.notificationPayload.unreadPayload.statePayload? = nil,
    textColor: Swift.String
)

Creates a new unreadPayload.

  • Parameters:
    • backgroundColor:
    • hover:
    • state:
    • textColor:

Parameters

Name Description
backgroundColor
hover
state
textColor