Class SimpleComponent

Source

Constructors§

Source§

new SimpleComponent(
    id: string,
    props: XmlNode[],
    required: string[],
): SimpleComponent

Properties§

Source§

id: string

Source§

props: XmlNode[]

Source§

required: string[]

Methods§

Source§

modify(def: XmlNode): void