AdapterInterface.createElement() method
Create an img
element.
Signature:
createElement(tag: 'img'): HTMLImageElement;
Parameters
Parameter |
Type |
Description |
---|---|---|
tag |
'img' |
HTMLImageElement
Create an img
element.
Signature:
createElement(tag: 'img'): HTMLImageElement;
Parameter |
Type |
Description |
---|---|---|
tag |
'img' |
HTMLImageElement