Tableau Embedding API
    Preparing search index...

    Interface StoryPointSwitchedEvent

    An event that signals when a different story point is selected in a story.

    interface StoryPointSwitchedEvent {
        newStoryPoint: StoryPoint;
        oldStoryPointInfo: StoryPointInfo;
    }
    Index

    Properties

    newStoryPoint: StoryPoint

    The StoryPoint that is currently active.

    oldStoryPointInfo: StoryPointInfo

    The StoryPointInfo that was active before the story point switch event occurred. The returned object reflects the state of the story point before the switch occurred.