Type alias NamespacedAttributeValue

NamespacedAttributeValue: {
    namespaceURI: string | null;
    value: string | null;
}

Deprecated

Use the new edit event V2 API instead.

Type declaration

  • namespaceURI: string | null
  • value: string | null

Generated using TypeDoc