Tableau Embedding API
    Preparing search index...

    Interface StoryPointInfo

    interface StoryPointInfo {
        active: boolean;
        caption: string;
        index: number;
        parentStory: Story;
        updated: boolean;
    }
    Index

    Properties

    active: boolean

    The value indicating whether the story point is the currently active point in the story.

    caption: string

    The content of the textual description for this story point.

    index: number

    The zero-based index of this story point within the parent Story.

    parentStory: Story

    The Story object that contains this story point.

    updated: boolean

    A boolean value indicating whether the story point is updated. If the value is false that means there are no changes from the last time the story point was “captured”.