The props object.
Represents the props for the IIf component.
Optionaldeps?: any[]OptionalElse?: anyOptionalfallback?: (e: Error) => voidOptionalLoading?: anyOptionalonLoadEnd?: (isOk: boolean) => voidOptionalonLoadStart?: () => voidOptionalpayload?: TOptionalthrowError?: boolean
A conditional rendering component with asynchronous support.