Loom Engine - v3.1.1
    Preparing search index...

    Interface HotKeyProfileSnapshot

    interface HotKeyProfileSnapshot {
        activeId: string | null;
        profiles: HotKeyProfile[];
    }
    Index

    Properties

    Properties

    activeId: string | null
    profiles: HotKeyProfile[]