Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The description of the NamedNode

Link copied to clipboard
var extends: OptionalInput<List<ID>>

IDs of Templates the created template extends. Must be templates of the same type.

Link copied to clipboard
var fill: OptionalInput<FillStyleInput>

Style of the fill

Link copied to clipboard

If true, this template is abstract and cannot be used for new entities.

Link copied to clipboard

The name of the NamedNode, must not be blank

Link copied to clipboard
var shapeRadius: OptionalInput<Double>

The corner radius of the shape, ignored for circle/ellipse

Link copied to clipboard

The type of the shape

Link copied to clipboard
var stroke: OptionalInput<StrokeStyleInput>

Style of the stroke

Link copied to clipboard

Additional initial templateFieldSpecifications, should be a JSON schema JSON. Must be disjoint with templateFieldSpecifications of templates this template extends.

Functions

Link copied to clipboard
open override fun validate()

Validates this input

Link copied to clipboard
open fun validateJsonSchema(schema: Schema, name: String)

Can be overridden to further validate the schema