@kismet.ts/core / Exports / BaseKismetItemOptions
Interface: BaseKismetItemOptions
Table of contents
Properties
Properties
ObjInstanceVersion
• Optional ObjInstanceVersion: number
The version of the node
Defined in
ObjectArchetype
• ObjectArchetype: string
The archetype of the node. This holds the definition, including the package and class.
Defined in
category
• Optional category: string
The category name of the node
Defined in
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
inputs
• inputs: Object
The connections defined on this node
Type declaration
| Name | Type |
|---|---|
input? | string[] |
output? | string[] |
variable? | string[] |
Defined in
name
• Optional name: string
The display name of the node
Defined in
position
• Optional position: Object
Specify a start position for this node
Type declaration
| Name | Type |
|---|---|
x? | number |
y? | number |
Defined in
sequence
• Optional sequence: string
The name of the sequence, if the sequence is not the main sequence