• Initializer that applys relevant grid settings to the modal, e.g. sidebar checkboxes. If no navigation is provided, next/previous in the modal is disabled

    Returns ((...args: [navigation?: ModalNavigation]) => Promise<void>)

      • (...args: [navigation?: ModalNavigation]): Promise<void>
      • Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.

        Parameters

        Returns Promise<void>

Generated using TypeDoc