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

    Type Alias DefineExampleCallback<GlobalValuesType, ControlsInit>

    DefineExampleCallback: <State extends PropertyInitMapBase>(
        exampleInit: BookElementExampleInit<
            GlobalValuesType,
            ControlsInit,
            State,
        >,
    ) => void

    The callback type for a book page definition's defineExample callback.

    Type Parameters

    Type declaration