PropertyFieldTemplate

public class PropertyFieldTemplate : CustomStringConvertible, JSONRepresentable

Defines how a single property field may be structured. Used exclusively by PropertyGroupTemplate.

  • Key of the property field being described. Property field keys can be up to 256 bytes.

    Declaration

    Swift

    public let name: String
  • Description of the property field. Property field descriptions can be up to 1024 bytes.

    Declaration

    Swift

    public let description_: String
  • Data type of the value of this property field. This type will be enforced upon property creation and modifications.

    Declaration

    Swift

    public let type: FileProperties.PropertyType
  • Declaration

    Swift

    public var description: String { get }