Documentation and Refactoring (#3028)
* Documentation and Refactoring * Documentation and Refactoring * Fix lint issues * Convert components to Builder style --------- Co-authored-by: Dolan Miu <dmiu@bloomberg.net>
This commit is contained in:
@ -88,7 +88,8 @@ export class StringContainer extends XmlComponent {
|
||||
}
|
||||
}
|
||||
|
||||
export class BuilderElement<T extends AttributeData> extends XmlComponent {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
export class BuilderElement<T extends AttributeData = {}> extends XmlComponent {
|
||||
public constructor({
|
||||
name,
|
||||
attributes,
|
||||
|
Reference in New Issue
Block a user