Interface CompanionTextPresetDefinition

The definition of a text preset

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

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

The type of this preset