Micrio Client - v6.0.0
    Preparing search index...

    Enumeration GridActionType

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

    Index

    Enumeration Members

    back: 5

    Navigate back one step in the grid layout history.

    filterTourImages: 7

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

    flyTo: 1

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

    focus: 0

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

    focusTagged: 3

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

    focusWithTagged: 2

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

    nextFadeDuration: 8

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

    reset: 4

    Reset the grid to its initial layout and view.

    switchToGrid: 6

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