ImageTemplate

public class ImageTemplate : Template

A single image

  • Title of the image

    Declaration

    Swift

    private(set) public var title:String!
  • url

    URL of the image

    Declaration

    Swift

    private(set) public var url:URL!
  • Optional action

    Declaration

    Swift

    private(set) public var action:Action? = nil
  • Undocumented

    Declaration

    Swift

    public class ImageTemplate : Template