Interface Story

The story.

Hierarchy

  • Story

Properties

creator?: string

Creator of the story (e.g. Twine or tweego).

creatorVersion?: string

Version of the creator used with the story.

customScripts: string[]

Story JavaScript.

customStyles: string[]

Story stylesheets.

ifid?: string

IFID of the story.

name?: string

Name of the story.

options?: string

Options set on the story when published, e.g. debug.

passages: Passage[]

Passages belonging to the story.

startNode?: number

Internal ID of the story's starting passage.

Generated using TypeDoc