Properties

public struct Properties : BoxInnerModel

A set of static properties to distinguish between subtypes of a given representation, for example, different sizes of jpgs. Each representation has its own set of properties.

  • Visual dimensions of the representation

    Declaration

    Swift

    public let dimensions: String?
  • Whether the representation of the file is split into different assets per page

    Declaration

    Swift

    public let paged: String?
  • Undocumented

    Declaration

    Swift

    public let thumb: String?