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

    Interface CompanionPresetLocalVariableBase

    interface CompanionPresetLocalVariableBase {
        headline?: string;
        variableName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    headline?: string

    User editable description/comment for the local variable. Intended to describe the purpose/intent of the local variable.

    variableName: string

    The name of the local variable