getElementById

JSObject? getElementById(

  1. String id
)

Returns the element with the specified ID.

Implementation

external static JSObject? getElementById(String id);