hyTags
HomeHome DocumentationDocumentation

event-get-message

Gets the message property from the event.
Parameter
Type
Description
self
Event
The event object.
return
string
The message string from the event, or nil if not available.
Test Case:Get message from event
    <div></div>
    
    <event-new name="message">
    <event-get-message>
    <bool-true>
    <assert-true>
    
    👆 Try to change something!
  • Test succeeded Test failed