Stone.js API
    Preparing search index...

    Interface UseReactBlueprint

    Stone.js blueprint for a React-based application.

    interface UseReactBlueprint {
        stone: UseReactAppConfig;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Allow adding any additional custom properties. The value of the custom properties can be of any type, depending on user requirements.

    Index

    Contains the full application configuration, including middleware, lifecycle hooks, and React integration settings.