Type Alias BookElementExampleInit<GlobalValuesType, Controls, StateInit>

BookElementExampleInit<GlobalValuesType, Controls, StateInit>: SetOptionalAndNullable<Omit<BookElementExample<GlobalValuesType, Controls, StateInit>, "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