@companion-module/base
    Preparing search index...

    Interface CompanionButtonPresetOptions

    The options for a button preset

    interface CompanionButtonPresetOptions {
        relativeDelay?: boolean;
        rotaryActions?: boolean;
        stepAutoProgress?: boolean;
    }
    Index

    Properties

    relativeDelay?: boolean

    Use relative delays between the actions executing (default = false)

    rotaryActions?: boolean

    Enable rotary actions for this button (default = false)

    stepAutoProgress?: boolean

    Auto-progress the current step when releasing the button (default = true)