interface StoryboardConfig {
    name: string;
    rngsIo: string;
    stories: {
        [storyId: string]: StoryConfig;
    };
}

Properties

Properties

name: string

The name of the storyboard in RNGS.io

Note: This is updated each time you run the CLI but may be out of sync with recent changes in RNGS.io.

rngsIo: string

The link to the storyboard in RNGS.io

stories: {
    [storyId: string]: StoryConfig;
}

The stories associated with this storyboard

Type declaration

Generated using TypeDoc