The type of data to be passed to the outlet's props.
The type of payload to be passed to the outlet's props.
The type of URL parameters to be passed to the outlet's props.
Additional properties to be passed to the outlet's props.
The React component function that renders the outlet's content.
The unique identifier of the outlet.
A function that determines whether the outlet is active for a given pathname.
OptionalisOptional. A function that determines whether the outlet is available for a given pathname.
Represents an outlet that can be used to render content in a specific location in a React application.