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

    Type Alias ControlsWrapper

    Nested page controls.

    type ControlsWrapper = {
        children: { [Breadcrumb: string]: ControlsWrapper };
        controls: BookPageControlsValues;
    }
    Index

    Properties

    Properties

    children: { [Breadcrumb: string]: ControlsWrapper }