Interface FeatureInfo<FEATURE_ENUM, FEATURE_DATA>

Type Parameters

Hierarchy

  • FeatureInfo

Properties

chatCommands: ChatCommand<string>[]

The chat commands that this feature provides.

data: FEATURE_DATA

The data that this feature can provide.

description: string

What does this feature enable.

id: FEATURE_ENUM

Unique feature ID.

Generated using TypeDoc