CoreMedia CKEditor 5 Plugins
    Preparing search index...
    • Removes a CSS class, or an array of CSS classes from a view template. Only works if done prior to rendering the view.

      Parameters

      • view: View

        the view with the element the class should be removed from

      • classNames: string | string[]

        a classname or an array of classname strings

      Returns void