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

    Interface ActiveToolContextValue

    interface ActiveToolContextValue {
        active: string;
        hotkeyStack: string[];
        popHotkey(): void;
        pushHotkey(id: string): void;
        setActive(id: string): void;
    }
    Index

    Properties

    active: string
    hotkeyStack: string[]

    Methods