Bitbybit Docs
    Preparing search index...

    Class ValueGateDto<T> (Inputs.Logic)

    A value and a condition for logic.valueGate.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalvalue: T
      • Optionalboolean: boolean

      Returns ValueGateDto<T>

    Properties

    value: T

    The value that passes through when the gate is open.

    undefined
    
    boolean: boolean

    When true the gate is open and the value passes; when false the result is undefined.

    false