Documentation / @ripl/vue / NUMBER_PROP
Variable: NUMBER_PROP ​
constNUMBER_PROP:object
Defined in: adapters/vue/src/core/props.ts:30
A numeric prop, left undefined when absent so it cannot override a Ripl default.
Type Declaration ​
default ​
readonlydefault:undefined=undefined
Absent means unset, so an omitted prop leaves the Ripl default alone.
type ​
readonlytype:NumberConstructor=Number
Vue's runtime type check for a number.