Skip to main content

goosetyped.gtconnectoptions

Home > @pebula/goosetyped > GtConnectOptions

GtConnectOptions interface#

Signature:
export interface GtConnectOptions

Properties#

PropertyTypeDescription
beforeCompile(handler: GtBeforeCompileModelHandler) => voidA handler invoked before compiling the model, providing the schema so you can perform final adjustments.
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")