ElementId

public struct ElementId : Hashable, CustomStringConvertible

エレメントIDを収納するためのクラス

  • Undocumented

    Declaration

    Swift

    public let value: String
  • イニシャライザ

    Throws

    RtoasterIllegalParameterError IDが空文字の場合とIDが50文字を超える場合にスローされる

    Declaration

    Swift

    public init(_ value: String) throws

    Parameters

    value

    エレメントID

  • Undocumented

    Declaration

    Swift

    public var string: String { get }
  • Declaration

    Swift

    public var description: String { get }