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

    Interface CompanionPresetDefinitionBase<TType>

    interface CompanionPresetDefinitionBase<TType extends string> {
        keywords?: string[];
        name: string;
        type: TType;
    }

    Type Parameters

    • TType extends string

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    keywords?: string[]

    Keywords for the preset This is extra search terms to allow users to find the right preset

    name: string

    A name for this preset This is typically shown as a tooltip

    type: TType

    The type of the preset