element-book - v25.2.0
    Preparing search index...

    Type Alias BookPageExampleRenderParams<GlobalValuesType, ControlsInit, State>

    BookPageExampleRenderParams: Pick<
        RenderParams<any, any, State, any, any, any, any>,
        "state" | "updateState",
    > & { controls: ControlsToValues<ControlsInit> & GlobalValuesType }

    All parameters required for rendering an element-book page.

    Type Parameters