IntrinsicElements

The custom HTML elements defined by Agora.

interface IntrinsicElements {
  "agora-view": AgoraView | HTMLElement;
}

Attributes

agora-view
The name of the custom element, which supports rendering an AgoraView or HTMLElement object.