Skip to content

NodeOptions🔗

Constructor🔗

NodeOptions()

Methods🔗

build🔗

Builds the object.

def build() -> nodegraph.NodeOptions

arcs🔗

Define which fields are shown as part of the node arc (colored circle around the node).

def arcs(arcs: list[cogbuilder.Builder[nodegraph.ArcOption]]) -> typing.Self

main_stat_unit🔗

Unit for the main stat to override what ever is set in the data frame.

def main_stat_unit(main_stat_unit: str) -> typing.Self

secondary_stat_unit🔗

Unit for the secondary stat to override what ever is set in the data frame.

def secondary_stat_unit(secondary_stat_unit: str) -> typing.Self

See also🔗