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

    Interface CompanionActionSchemaOptions<TOptions>

    An action's options type must always be specified.

    interface CompanionActionSchemaOptions<TOptions extends CompanionOptionValues> {
        options: TOptions;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    options: TOptions

    The types of the action's options.