WebExtensionBindingType enumeration

WebExtensionBindingType enumeration

Enumerates available types of binding between a web extension and the data in the document.

Members

NameDescription
MATRIXTabular data without a header row.
TABLETabular data with a header row.
TEXTPlain text.
DEFAULTMatrix used by default.

See Also