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

    Interface ScopedBinding

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

    Properties

    ownerToolId: string | null

    Tool id that owns this binding — '&'-channel phase atoms resolve to this. null for ambient bindings that came from a registered Action with no owning tool.