weasel API - v0.8.0
    Preparing search index...

    Interface MatchResult

    interface MatchResult {
        binding: GestureBinding;
        ownerToolId: string | null;
        scope: BindingScope;
    }
    Index

    Properties

    ownerToolId: string | null

    Tool id that owns the binding — propagated from ScopedBinding so the dispatcher can record it as the handle owner.