Class

Color (collaboration-core)

@ckeditor/ckeditor5-collaboration-core/src/users

class

The color object used to generate specified CSS classes with an individual color number assigned to the user.

Filtering

Methods

  • getBackgroundColorClass() → String

    Returns CSS class for user avatar background color.

    Returns

    String
  • getMarkerClass() → String

    Returns CSS class for user caret position element (the pipe).

    Returns

    String
  • getSelectionClass() → String

    Returns CSS class for user selection highlight (the selected range).

    Returns

    String