Frame

constructor(delayBefore: Duration, content: T)

Parameters

delayBefore

The delay duration before displaying the content of the frame.

content

The content of the frame. In the end, the content is passed to DisplayHandler.handleDisplay or DisplayHandler.handleUpdate and handled by the dedicated display handler.

T

The type of the content.