Given a AsyncProp instance, call and return the output of the resolutionRender parameter
once the AsyncProp has been resolved, call and return the output of the errorRender
parameter if the AsyncProp errored out, return the fallback parameter in all other
cases.
This is the overload for when resolutionRender and errorRender are both provided.
Optionaloptions: PartialWithUndefined<{ useLastResolvedValue: boolean }>Given a AsyncProp instance, call and return the output of the resolutionRender parameter
once the AsyncProp has been resolved, call and return the output of the errorRender
parameter if the AsyncProp errored out, return the fallback parameter in all other
cases.
This is the overload for when resolutionRender is provided but errorRender is not.
OptionalerrorRender: undefinedOptionaloptions: PartialWithUndefined<{ useLastResolvedValue: boolean }>Given a AsyncProp instance, call and return the output of the resolutionRender parameter
once the AsyncProp has been resolved, call and return the output of the errorRender
parameter if the AsyncProp errored out, return the fallback parameter in all other
cases.
This is the overload for when resolutionRender is not provided but errorRender is.
Optionaloptions: PartialWithUndefined<{ useLastResolvedValue: boolean }>Given a AsyncProp instance, call and return the output of the resolutionRender parameter
once the AsyncProp has been resolved, call and return the output of the errorRender
parameter if the AsyncProp errored out, return the fallback parameter in all other
cases.
This is the overload for when neither resolutionRender or errorRender are provided.
OptionalresolutionRender: undefinedOptionalerrorRender: undefinedOptionaloptions: PartialWithUndefined<{ useLastResolvedValue: boolean }>
Given a AsyncProp instance, call and return the output of the
resolutionRenderparameter once the AsyncProp has been resolved, call and return the output of theerrorRenderparameter if the AsyncProp errored out, return thefallbackparameter in all other cases.This is the full function definition and implementation.