Button

Undocumented

  • Label of the button

    Declaration

    Swift

    private(set) public var label: String!
  • Payload or URL

    Declaration

    Swift

    private(set) public var value: String!
  • Action of the button (url, postback, webview)

    Declaration

    Swift

    private(set) public var type: String!
  • Undocumented