Variable {stencilaschema}R Documentation

A variable representing a name / value pair.

Description

A variable representing a name / value pair.

Usage

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


[Package stencilaschema version 1.0.0 Index]