Defines the types of actions that can be performed on a Grid instance, often triggered by marker data (gridAction) or tour events.

Enumeration Members

back

Navigate back one step in the grid layout history.

filterTourImages

Filter the grid to show only images that are part of the currently active marker tour.

flyTo

Animate the main grid view to fit the bounding box of specified images. Data: comma-separated image IDs.

focus

Focus on specific images within the grid, hiding others. Data: comma-separated image IDs.

focusTagged

Focus on images containing markers with a specific tag and fly to the marker views. Data: tag name.

focusWithTagged

Focus on images containing markers with a specific tag. Data: tag name.

nextFadeDuration

Set a one-time crossfade duration for the next grid transition. Data: duration in seconds.

reset

Reset the grid to its initial layout and view.

switchToGrid

Instantly switch a focused image back to its position within the grid layout (used internally?).