line_bot v0.1.0 LineBot.Message.Imagemap.Action.URI View Source

Represents an Imagemap URI action object.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Imagemap.Action.URI{
  area: %{x: integer(), y: integer(), width: integer(), height: integer()},
  label: String.t() | nil,
  linkUri: String.t(),
  type: :uri
}