Attribute: {
    key: string;
    namespace: string;
    type: typeof attributeSymbol;
    value: string;
}

A specifying attribute of a fact.

Type declaration

  • key: string

    The name of the attribute such as alt.

  • namespace: string

    The namespace of the tag such as http://www.w3.org/2000/svg.

  • type: typeof attributeSymbol
  • value: string

    The value of the attribute.

Generated using TypeDoc