struct Protocol::Input::DragDataItem
- Protocol::Input::DragDataItem
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
protocol/input.crConstructors
Instance Method Summary
-
#base_url : String | Nil
Stores the base URL for the contained markup.
-
#data : String
Depending of the value of
mimeType
, it contains the dragged link, text, HTML markup or any other data. -
#mime_type : String
Mime type of the dragged data.
-
#title : String | Nil
Title associated with a link.
Constructor Detail
Instance Method Detail
def base_url : String | Nil
#
Stores the base URL for the contained markup. Only valid when mimeType
== "text/html".
def data : String
#
Depending of the value of mimeType
, it contains the dragged link,
text, HTML markup or any other data.
def title : String | Nil
#
Title associated with a link. Only valid when mimeType
== "text/uri-list".