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

    Type Alias BookPage<GlobalValuesType, ParentPage, ControlsInit>

    BookPage: Overwrite<BaseBookEntry, { entryType: Page; parent: ParentPage }> & {
        controls: ControlsInit;
        elementExamples: Record<string, BookElementExample>;
    }

    An individual element-book page.

    Type Parameters