Documentation / @ripl/vue / ANY_PROP
Variable: ANY_PROP ​
constANY_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 ​
readonlydefault:undefined=undefined
Absent means unset, so an omitted prop leaves the Ripl default alone.
type ​
readonlytype:null=null
Vue's runtime type check for any value.