Function getDynamicValueBooleanWithLoading

  • Because getDynamicValueWithLoading does not work for boolean values, this function is created

    Note: This function does not work for boolean values!

    Parameters

    • Optional value: DynamicValue<boolean>

      DynamicValue of a boolean type

    Returns DynamicValueWithLoading<boolean, null>

    The boolean value or null if not available

    Name

    getDynamicValueBooleanWithLoading

Generated using TypeDoc