type property
dynamic
get
type
The type of this element.
For DOM components, this will be a String tagName (e.g., 'div', 'a').
For composite components (react-dart or pure JS), this will be a ReactClass.
Implementation
external dynamic get type;