Class CallFunction

Hierarchy

Constructors

Properties

_componentName: string = "serializable"

The component's name

action: string

The action to perform.

args: DFValueType[]

Arguments to pass.

isInverted: boolean = false

If the codeblock is inverted (mostly for conditional blocks).

tags: BLTag<"dynamic", "Is Hidden">[] = ...

The tags of the action on this action block.

Remark

Will be an empty array if the action has no tags.

target: DFTarget = ...

The target for the action.

type: "call_func"

Type of the codeblock.

Methods

  • Serialize the object into a readable DiamondFire format.

    Returns

    DiamondFire codeblock object.

    Returns RawDFActionBlock<"call_func", string>

Generated using TypeDoc