Documentation / @ripl/vue / RiplElementOptionProps
Interface: RiplElementOptionProps ​
Defined in: adapters/vue/src/types.ts:88
Construction options every element accepts, which become plain fields rather than animatable state.
Extended by ​
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
class? | unknown | Class names used for querying, in any of Vue's class binding forms. | adapters/vue/src/types.ts:92 |
data? | unknown | Arbitrary user data bound to the element, typically the datum backing it. | adapters/vue/src/types.ts:94 |
id? | string | Stable id used for querying and for matching an element across renders. | adapters/vue/src/types.ts:90 |
interpolators? | ElementInterpolators<Partial<BaseState>> | Interpolator overrides for individual state properties, layered over the defaults the element type declares. Read once, when the element is constructed. | adapters/vue/src/types.ts:101 |
pointerEvents? | ElementPointerEvents | Which parts of the element respond to pointer hit testing. Defaults to all. | adapters/vue/src/types.ts:96 |