Typedef

EmojiCategory (emoji)

@ckeditor/ckeditor5-emoji/src/emojirepository

typedefobject

Represents a single group of the emoji category, e.g., "Smileys & Expressions".

Filtering

Properties

  • groupId : number

    Group id used to assign items.

  • icon : string

    An example emoji representing items belonging to the category.

  • items : Array<EmojiEntry>

    An array of emojis.

  • title : string

    A name of the category.