AthenaClient.screen.errorScreen ​
Functions ​
clear ​
Usage
AthenaClient.screen.errorScreen.clear(): void
Clear the currently drawn error screen.
Returns ​
void
Defined in ​
client/screen/errorScreen.ts:15
create ​
Usage
AthenaClient.screen.errorScreen.create(screen
): void
Create an error screen that takes up the whole screen.
Parameters ​
Name | Type |
---|---|
screen | IErrorScreen |
Returns ​
void