• Abstract function for getting a DynamicValue with loading state

    Note: This function does not work for boolean values!

    Type Parameters

    • T

    • V

    Parameters

    • notAvailableValue: T

      The value that will be returned if the DynamicValue is not available

    • Optional value: DynamicValue<V>

      The value of the DynamicValue to be returned if available

    Returns DynamicValueWithLoading<T, V>

    notAvailableValue or value

    Name

    getDynamicValue

Generated using TypeDoc