Skip to content

JsonPropertyBuilder

Defined in: builder/property.ts:31

readonly isArchived: boolean

Defined in: builder/property.ts:4

PropertyBuilder.isArchived


readonly key: string

Defined in: builder/property.ts:5

PropertyBuilder.key


readonly label: string

Defined in: builder/property.ts:6

PropertyBuilder.label


readonly prn: string

Defined in: builder/property.ts:8

PropertyBuilder.prn


readonly type: PropertyDefinitionType

Defined in: builder/property.ts:7

PropertyBuilder.type

archive(): this

Defined in: builder/property.ts:9

this

PropertyBuilder.archive


setLabel(label): this

Defined in: builder/property.ts:10

string

this

PropertyBuilder.setLabel


toDefinition(): PropertyDefinition

Defined in: builder/property.ts:16

Returns the definition object for this transition.

PropertyDefinition

PropertyBuilder.toDefinition


unarchive(): this

Defined in: builder/property.ts:11

this

PropertyBuilder.unarchive