Click Outside APIs

See below to learn more about properties, slots, events, style variables, CSS parts, and methods.

There is no difference between the APIs of the elements, And the only difference is in the names of the events

Properties

Name
capture
Type
boolean
Default
undefined
Attribute
capture
Reflect
false
Description

A boolean value indicating that events of this type will be dispatched to the registered listener before being dispatched to any EventTarget beneath it in the DOM tree.

Name
disabled
Type
boolean
Default
undefined
Attribute
disabled
Reflect
true
Description

Disables the element functionality.

Name
once
Type
boolean
Default
undefined
Attribute
once
Reflect
false
Description

The event fires only once.

Name
overrides
Default
undefined
Attribute
overrides
Reflect
false
Description

Overrides default configuration for specific breakpoints. See Overrides for details.

Name
variant
Default
undefined
Attribute
variant
Reflect
true
Description

See Variant for details.

Slots

Name
default
Description

The default slot.

Events

Name
plus-click-outside
Type
EventEmitter<void>
Cancelable
true
Description

Fires when outside of the element is clicked.

CSS Variables

There are no CSS Variables.

CSS Parts

There are no CSS Parts.

Methods

There are no Methods.