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

    Type Alias BookElementExampleInit<GlobalValuesType, Controls, State>

    BookElementExampleInit: SetOptionalAndNullable<
        Omit<
            BookElementExample<GlobalValuesType, Controls, State>,
            "entryType" | "parent" | "errors",
        >,
        "descriptionParagraphs",
    >

    The properties that are necessary to initialize an element example. Missing properties will be filled in by the parent.

    Type Parameters