BeforeOpenCloseEventArgs
Interface represents the event arguments for the beforeClose
and the beforeOpen
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
element HTMLElement
Gets the color picker palette element.
event EmitType<Event>
Gets the original triggered event arguments.
name String
Gets the name of the event.