Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CondNode

Cond node

Hierarchy

Index

Constructors

constructor

Properties

AND

AND: string

EQUAL

EQUAL: string

GREATER

GREATER: string

GREATER_EQUAL

GREATER_EQUAL: string

LESS

LESS: string

LESS_EQUAL

LESS_EQUAL: string

NOT_EQUAL

NOT_EQUAL: string

OR

OR: string

a

b

elseNode

elseNode: I3JS.NodeNode

frameId

frameId: number

hashProperties

hashProperties: string[]

ifNode

ifNode: I3JS.NodeNode

Readonly isNode

isNode: true

label

label: string

name

name: string

nodeType

nodeType: string

op

op: string

shared

shared: boolean

type

type: string

unique

unique: boolean

userData

userData: object

uuid

uuid: string

value

value: any

Methods

analyze

analyzeAndFlow

appendDepsNode

  • appendDepsNode(builder: I3JS.NodeBuilder, data: object, output: string): void

build

  • build(builder: I3JS.NodeBuilder, output: string, uuid?: string, ns?: string): string

copy

createJSONNode

  • createJSONNode(meta?: string | object): object

flow

generate

  • generate(builder?: I3JS.NodeBuilder, output?: string, uuid?: string, type?: string, ns?: string): string

getCondType

getHash

  • getHash(): string

getJSONNode

  • getJSONNode(meta?: string | object): object

getLabel

getName

getNodeType

  • getNodeType(): string

getShared

getTemp

getType

getUnique

getUpdateType

  • getUpdateType(): string

getUuid

  • getUuid(unique: boolean): string

setLabel

setName

toJSON

  • toJSON(meta?: string | object): object

update

  • update(frame?: any): void

Generated using TypeDoc