Skip to main content

StoryMessageBox

StoryMessageBox stores settings related to the Story Message Box.

type StoryMessageBox {
enabled: Boolean!
icon: String
content: String
}

Fields

StoryMessageBox.enabled ● Boolean! non-null scalar

enable when true will enable the Message Box on the comment stream.

StoryMessageBox.icon ● String scalar

icon when set will reference the string for the Message box used by the Message Box.

StoryMessageBox.content ● String scalar

content when set contains the actual markup for the Message Box.

Member Of

StorySettings object