MAIDR JavaScript API
    Preparing search index...

    One selection or clear MAIDR issued, in the position it was issued for.

    Kept as a position rather than as criteria because that is what an incoming event is resolved to before it is compared: the two sides then meet in one currency, and a point cloud's multi-mark selection is one entry whose echo, resolved to any one of its points, is recognised.

    interface IssuedSelection {
        worksheet: string;
        position: IssuedPosition | null;
    }
    Index

    Properties

    Properties

    worksheet: string

    The worksheet the call went to.

    position: IssuedPosition | null

    The position selected, or null for a clear.