Skip to content

Documentation / @ripl/vue / ANY_PROP

Variable: ANY_PROP ​

const ANY_PROP: object

Defined in: adapters/vue/src/core/props.ts:9

A prop Ripl itself types, declared here only so Vue extracts it from attrs. Runtime validation would duplicate — and inevitably drift from — the element state interfaces.

Type Declaration ​

default ​

readonly default: undefined = undefined

Absent means unset, so an omitted prop leaves the Ripl default alone.

type ​

readonly type: null = null

Vue's runtime type check for any value.