MAIDR Documentation - v4.4.0
    Preparing search index...

    Guards the adapter against reacting to its own writes.

    Programmatic selection fires Tableau's MarkSelectionChanged. This adapter does not listen for that event — syncing MAIDR's cursor from a user click is a separate piece of work — so there is no loop to break today. The flag exists because the binder also clears the selection before every re-read, and whatever comes to listen must be able to tell that clear apart from a user action.

    interface SelectionGuard {
        programmatic: boolean;
    }
    Index

    Properties

    Properties

    programmatic: boolean

    True while a selection change originated from MAIDR rather than a user.