Bitbybit Docs
    Preparing search index...

    Class TwoValueGateDto<T, U> (Inputs.Logic)

    用于 logic.firstDefinedValueGate 的首选值和后备值。

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    Properties

    value1?: T

    已定义时使用的值。

    undefined
    

    true

    value2?: U

    第一个值为 undefined 时使用的值。

    undefined
    

    true