Introduce some functional programming techniques
This commit is contained in:
@ -5,7 +5,7 @@ import { IDistance } from "../drawing";
|
||||
export interface IInlineAttributes extends IDistance {}
|
||||
|
||||
export class InlineAttributes extends XmlAttributeComponent<IInlineAttributes> {
|
||||
protected xmlKeys = {
|
||||
protected readonly xmlKeys = {
|
||||
distT: "distT",
|
||||
distB: "distB",
|
||||
distL: "distL",
|
||||
|
Reference in New Issue
Block a user