Interface Control<ControlTypeAttributes>

interface Control<ControlTypeAttributes> {
    attributes?: ControlAttributes;
    attrs: ControlAttrs;
    childNodes?: Control<TypeAttributes>[];
    id?: string;
    typeAttributes: ControlTypeAttributes;
}

Type Parameters

Properties

attributes?: ControlAttributes
childNodes?: Control<TypeAttributes>[]
id?: string
typeAttributes: ControlTypeAttributes
MMNEPVFCICPMFPCPTTAAATR