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

    Interface CompanionPresetGroupBase<TType>

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

    Type Parameters

    • TType extends string

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    A description of the preset group

    id: string

    Unique identifier for the preset group This should be stable across updates to the presets

    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 group

    type: TType

    The type of the preset group