Type Alias DefineExampleCallback<GlobalValuesType, ControlsInit>

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

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

Type Parameters