glrs
    Preparing search index...

    Type Alias Extension

    Extension: (glrs: Glrs) => void | Promise<void>

    A deployable extension module.

    Initialization is awaited before the first turn. Throwing prevents only this extension from loading; other extensions and the session continue.

    Type Declaration

      • (glrs: Glrs): void | Promise<void>
      • Parameters

        Returns void | Promise<void>