simgadget
    Preparing search index...

    Type Alias TapTarget

    TapTarget: { x: number; y: number } | { label: string }

    Where a tap is aimed. The two are different verbs kept under one name because callers think of them as one; tap's doc comment has the difference.