Interface: TagStateEvent
component.TagStateEvent
Interface for tag state events.
example
var tag = new OutlineTag({ // tag options });// Set an event listenertag.on('tag', function() { console.log("A tag event has occurred.");});Properties#
target#
• target: Tag
The component object that fired the event.
Defined in#
component/tag/tag/events/TagStateEvent.ts:20
type#
• type: TagEventType
The event type.