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

    Interface CompanionSimplePresetOptions

    The options for a button preset

    interface CompanionSimplePresetOptions {
        stepAutoProgress?: boolean;
    }
    Index

    Properties

    stepAutoProgress?: boolean

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