Skip to main content

ComposerState

The possible composer states. An enum is not used so it does not cause future breaking changes and is possible to extend with new cases.

public struct ComposerState: RawRepresentable, Equatable 

Inheritance

Equatable, RawRepresentable

Initializers

init(rawValue:)

public init(rawValue: RawValue) 

Properties

rawValue

public let rawValue: String

description

public var description: String 

new

public static var new 

edit

public static var edit 

quote

public static var quote 

Did you find this page helpful?