InteractionConfig
Source: lyda-shared/src/Models/InteractionConfig.ts
InteractionConfig
Type: interface
export interface InteractionConfig {
toggleable?: boolean;
icons: {
default: string;
interacted: string;
}
requiredOptions?: string[];
optionalOptions?: string[];
}
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| toggleable | boolean | No | - |
| requiredOptions | string[] | No | - |
| optionalOptions | string[] | No | - |