Class CompComponent

Source

Constructors§

Source§

new CompComponent(
    compClass: string,
    options?: { isExtends?: boolean; props?: XmlNode[]; required?: string[] },
): CompComponent

Properties§

Source§

id: string

Source§

isExtends: boolean

Source§

props: XmlNode[]

Source§

required: string[]

Methods§

Source§

modify(def: XmlNode): void