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

    Interface InstanceTypes

    The generic type arguments for the module instance. This is optional, but allows you to have better type safety in various places

    interface InstanceTypes {
        actions: Record<string, CompanionActionSchema<CompanionOptionValues>>;
        config: JsonObject;
        feedbacks: Record<string, CompanionFeedbackSchema<CompanionOptionValues>>;
        secrets: JsonObject | undefined;
        variables: CompanionVariableValues;
    }
    Index

    Properties

    config: JsonObject
    secrets: JsonObject | undefined