Variable: A variable representing a name / value pair.

Description Usage Arguments Value See Also

View source: R/types.R

Description

A variable representing a name / value pair.

Usage

1
Variable(name, id, isReadonly, meta, validator, value)

Arguments

name

The name of the variable. Required.

id

The identifier for this item.

isReadonly

Whether or not a property is mutable. Default is false.

meta

Metadata associated with this item.

validator

The validator that the value is validated against.

value

The value of the variable.

Value

A list of class Variable

See Also

Entity


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.