@kismet.ts/core / Exports / BaseKismetItemOptions

Interface: BaseKismetItemOptions

Table of contents

Properties

Properties

ObjInstanceVersion

Optional ObjInstanceVersion: number

The version of the node

Defined in

item/options.ts:5open in new window


ObjectArchetype

ObjectArchetype: string

The archetype of the node. This holds the definition, including the package and class.

Defined in

item/options.ts:9open in new window


category

Optional category: string

The category name of the node

Defined in

item/options.ts:17open in new window


index

Optional index: number

The sequence index for this node. The reference to this node will be {Class}_{index}. If not specified, a new and available index will be chosen

Defined in

item/options.ts:22open in new window


inputs

inputs: Object

The connections defined on this node

Type declaration

NameType
input?string[]
output?string[]
variable?string[]

Defined in

item/options.ts:26open in new window


name

Optional name: string

The display name of the node

Defined in

item/options.ts:13open in new window


position

Optional position: Object

Specify a start position for this node

Type declaration

NameType
x?number
y?number

Defined in

item/options.ts:34open in new window


sequence

Optional sequence: string

The name of the sequence, if the sequence is not the main sequence

Defined in

item/options.ts:38open in new window