Skip to content
  1. API
  2. Types

RendererState

Type: "requested"|"ok"|"error"

Indicates a renderer state.
"requested" is fired right after Ogma is initialized or the renderer option has been changed, and means that the renderer has not been initialized yet.
"ok" indicates that the renderer has been initialized and runs properly.
"error" indicates that an error has occurred that prevents the renderer from running.