Stone.js API
    Preparing search index...
    StoneOutlet: FunctionComponent<StoneOutletOptions> = ...

    A dynamic rendering component that updates its content based on a global event.

    • Listens for stone:inject:react-page:outlet and updates its view when triggered.
    • Uses useState to manage the currently displayed content.
    • Automatically cleans up event listeners on unmount.

    This component enables dynamic content updates within a Stone.js application.

    The options to create the Stone Outlet.

    The Stone Outlet component.