Skip to content
On this page

AthenaShared.interfaces.iErrorScreen.default ​

shared/interfaces/iErrorScreen.default

Used when passing error screen information from server to client.

Interface

IErrorScreen

Properties ​

duration ​

• duration: number

How long should this display for in milliseconds. Use -1 to set forever.

Defined in ​

shared/interfaces/iErrorScreen.ts:35


text ​

• text: string

Text below title.

Defined in ​

shared/interfaces/iErrorScreen.ts:20


text2 ​

• Optional text2: string

Text below other text option.

Defined in ​

shared/interfaces/iErrorScreen.ts:27


title ​

• title: string

Large Text

Defined in ​

shared/interfaces/iErrorScreen.ts:13

Created by Stuyk | Est. 2020