Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GtConnectOptions

Hierarchy

  • GtConnectOptions

Index

Properties

Optional beforeCompile

beforeCompile: (handler: GtBeforeCompileModelHandler) => void

A handler invoked before compiling the model, providing the schema so you can perform final adjustments.

Type declaration

Optional compileAt

compileAt: "immediate" | "connected"

When to compile the model.

  • immediate: When the connection object is resolved from the factory function (which does not necessarily mean it is connected)
  • connected: When the connection status changes to connected (if the connection is already connected this is equivalent to "immediate")
defaultvalue

immediate

Generated using TypeDoc