indexInterfaces
Interface: DialogueInterface
Defined in: src/narration/interfaces/DialogueInterface.ts:3
Properties
character?
> optional character?: string | CharacterInterface
Defined in: src/narration/interfaces/DialogueInterface.ts:11
The id of the character that is speaking.
text
> text: string | string[]
Defined in: src/narration/interfaces/DialogueInterface.ts:7
The text of the dialogue.