Skip to main content

STORY_STATUS

STORY_STATUS represents filtering states that a Story can be in.

enum STORY_STATUS {  OPEN  CLOSED}

Values#

OPEN#

OPEN represents when a given Story is open for commenting.

CLOSED#

CLOSED represents when a given Story is not open for commenting.