Skip to content

[NODE] Add Bool variable documentation #39

Description

@ShambaC

Node Config

{
    title: "Boolean Input",
    category: "input",
    type: "bool_var",
    icon: {},
    desc: "Boolean variable",
    credit: 100,
    inputs: [],
    outputs: [
        {
            name: "Boolean",
            type: "Boolean",
            desc: "",
        }
    ],
    fields: [
        {
            name: "Boolean",
            type: "CheckBox",
            desc: "",
            value: true,
        },
    ],
    difficulty: "easy",
    tags: ['bool', 'true', 'false'],
}

Additional Information

Long Description:
A True/False binary value node meant for logical operations

Use Cases:

  • Manage checkbox values
  • Parse yes/no replies from users

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions