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

    Interface InstanceBaseOptions

    interface InstanceBaseOptions {
        disableNewConfigLayout: boolean;
        disableVariableValidation: boolean;
    }
    Index

    Properties

    disableNewConfigLayout: boolean

    Disable the new connection configuration layout.

    This option will be removed in future versions. Avoid using this when possible.

    We acknowledge that some modules may face challenges adapting to the new configuration layout. If this is you, we want to hear from you! Let us know what is missing in order for you to adopt the new layout.

    disableVariableValidation: boolean

    Disable enforcement of variables requiring a definition. It is not recommended to set this, unless you know what you are doing.