Script API - v1.21.90.25
    Preparing search index...

    Interface ISimpleToolKeyBinding

    Define a key binding for the simple tool activation

    interface ISimpleToolKeyBinding {
        binding: KeyBinding;
        info?: KeyBindingInfo;
    }
    Index

    Properties

    Properties

    binding: KeyBinding