createElement property
({K$ Function<K$ extends Element>(HTMLElementTagNameMap<K$> tagName, [ElementCreationOptions? options]) $1, K$ Function<K$ extends Element>(HTMLElementDeprecatedTagNameMap<K$> tagName, [ElementCreationOptions? options]) $2, HTMLElement Function(String tagName, [ElementCreationOptions? options]) $3})
get
createElement
Overload accessor: $1, $2, $3
Implementation
({
/// Creates an instance of the element for the specified tag.
/// @param tagName The name of an element.
///
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createElement)
K$ Function<K$ extends _i3.Element>(
_i3.HTMLElementTagNameMap<K$> tagName, [
_i3.ElementCreationOptions? options,
]) $1,
/// @deprecated
K$ Function<K$ extends _i3.Element>(
_i3.HTMLElementDeprecatedTagNameMap<K$> tagName, [
_i3.ElementCreationOptions? options,
]) $2,
/// Creates an instance of the element for the specified tag.
_i3.HTMLElement Function(
_i2.String tagName, [
_i3.ElementCreationOptions? options,
]) $3,
}) get createElement => (
$1: _createElement$1,
$2: _createElement$2,
$3: _createElement$3,
);