vapor-chamber API reference - v1.3.0
    Preparing search index...

    Type Alias RegisterOptions

    Per-command registration options

    type RegisterOptions = {
        throttle?: number;
        undo?: Handler;
    }
    Index

    Properties

    Properties

    throttle?: number

    Throttle this handler: execute immediately, then block for N ms.

    undo?: Handler

    Inverse handler for undo support. Called with the original command.