We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Synopsis:
@preventable
Documents a preventable event. Returning false from such an event will stop the action, that is supposed to follow the event, from happening.
Example:
/** * @event beforeexpand * Fired before panel gets expanded. * @preventable */