@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Interface ActionData

    Metadata around a keyboard action

    interface ActionData {
        keys: KeyData[];
        state: HeldState;
    }
    Index

    Properties

    Properties

    keys: KeyData[]

    Keys that can change an action's state

    state: HeldState

    The current action state