TextClickEvent.open_url constructor

TextClickEvent.open_url(
  1. String url
)

Opens the specified web url

Implementation

TextClickEvent.open_url(String url)
    : action = 'open_url',
      value = url;