Skip to content

Documentation / @ripl/vue / NUMBER_PROP

Variable: NUMBER_PROP ​

const NUMBER_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 ​

readonly default: undefined = undefined

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

type ​

readonly type: NumberConstructor = Number

Vue's runtime type check for a number.