Skip to content

Interface: StimulusActionOptions

Defined in: attributes.ts:157

Properties

capture?

optional capture?: boolean

Defined in: attributes.ts:162


once?

optional once?: boolean

Defined in: attributes.ts:160


passive?

optional passive?: boolean

Defined in: attributes.ts:161


prevent?

optional prevent?: boolean

Defined in: attributes.ts:158


self?

optional self?: boolean

Defined in: attributes.ts:163


stop?

optional stop?: boolean

Defined in: attributes.ts:159

Released under the MIT License.