Skip to content

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 ​

PropertyTypeDescriptionDefined in
class?unknownClass names used for querying, in any of Vue's class binding forms.adapters/vue/src/types.ts:92
data?unknownArbitrary user data bound to the element, typically the datum backing it.adapters/vue/src/types.ts:94
id?stringStable 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?ElementPointerEventsWhich parts of the element respond to pointer hit testing. Defaults to all.adapters/vue/src/types.ts:96