textmode.js / media / TextmodeVideo / loop
Method: loop()
ts
loop(shouldLoop?): this;Set whether the video loops.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
shouldLoop | boolean | true | Whether to loop. Defaults to true. |
Returns
this