PresentationKeyword
Presentation keyword.
type PresentationKeyword {
backgroundColor: HexColorCode
colorCodingEnabled: Boolean!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
showBoldName: Boolean!
textColor: HexColorCode
uniqueCode: String
}
Fields
PresentationKeyword.backgroundColor ● HexColorCode scalar
The hex color code to use for the background when rendering the function in the agenda. Optional.
PresentationKeyword.colorCodingEnabled ● Boolean! non-null scalar
A flag indicating whether color coding is enabled for the presentation keyword.
PresentationKeyword.createdAt ● DateTime! non-null scalar
The date and time the record was created.
PresentationKeyword.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
PresentationKeyword.id ● ID! non-null scalar
The unique identifier for the presentation keyword.
PresentationKeyword.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
PresentationKeyword.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
PresentationKeyword.name ● String! non-null scalar
The name the presentation keyword.
PresentationKeyword.showBoldName ● Boolean! non-null scalar
A flag indicating whether the name should be bold when rendering the presentation keyword.
PresentationKeyword.textColor ● HexColorCode scalar
The hex color code to use when rendering the presentation keyword's text. Optional.
PresentationKeyword.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the keyword. Optional.
The value must be unique across all keywords for an event.
Member Of
CreatePresentationKeywordPayload object ● Presentation object ● PresentationSetup object ● UpdatePresentationKeywordPayload object