• A hook event that fires whenever a map note is double-clicked. The hook provides the note placeable and the arguments passed to the associated JournalSheet render call. Hooked functions may modify the render arguments or cancel the render by returning false. activateNote

    Parameters

    • note: Note

      The note that was activated.

    • options: object

      Options for rendering the associated JournalSheet.

    Returns void