Interface Extensible

An TLV element that allows extension sub element.

interface Extensible {
    [TAG]: ExtensionRegistry<any>;
}

Implemented by

    Properties

    Properties

    [TAG]: ExtensionRegistry<any>