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

    Interface CompanionPresetGroupSimple<_TManifest>

    interface CompanionPresetGroupSimple<
        _TManifest extends InstanceTypes = InstanceTypes,
    > {
        description?: string;
        id: string;
        keywords?: string[];
        name: string;
        presets: string[];
        type: "simple";
    }

    Type Parameters

    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

    presets: string[]

    The preset ids which are part of this group

    type: "simple"

    The type of the preset group