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

    Interface CompanionTextPresetDefinition

    The definition of a text preset

    interface CompanionTextPresetDefinition {
        category: string;
        name: string;
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    category: string

    The category of this preset, for grouping

    name: string

    The name of this preset

    text: string

    The text to display

    type: "text"

    The type of this preset