- Preparing search index...
- The search index is not available
Markuplit API
Type alias ExtendedElementSpec
Extended
Element
Spec
: Partial<Omit<ElementSpec, "name" | "attributes">> & { attributes
?: Readonly<Record<string, Partial<Attribute>>>; name
: ElementSpec["name"]; }