Skip to content

Tag events

PropertyTypeDescription
onClickfunction(optional) will be called on a click event. Returns an object with the native event: { event }.
onDeletefunction(optional) will be called on a click event. Returns an object with the native event: { event }. This property does not support icon and will be ignored if onClickis defined.