Story client configuration

The config includes all stories that are part of a project. Data is saved to a rngs-io.json file in the root of your project.

interface StoryClientConfig {
    storyboards: {
        [storyboardId: string]: StoryboardConfig;
    };
}

Properties

Properties

storyboards: {
    [storyboardId: string]: StoryboardConfig;
}

The storyboards associated with this project

Note: Generally, there should be only ONE storyboard per project.

Type declaration

Generated using TypeDoc