InheritedAttributeOptions: Partial<AttributeOptions> & {
    insertAfter?: boolean;
    insertBefore?: boolean;
}

Type declaration

  • Optional insertAfter?: boolean

    If true, the attribute will be inserted after the descendant's attributes. This is the default behavior.

  • Optional insertBefore?: boolean

    If true, the attribute will be inserted before the descendant's attributes.