Report an issue
Class

CKEDITOR.htmlParser.comment

class

A lightweight representation of an HTML comment.

Filtering

Properties

  • readonly

    type : Number

    The node type. This is a constant value set to CKEDITOR.NODE_COMMENT.

    Defaults to CKEDITOR.NODE_COMMENT

  • value : String

    The comment text.

  • private

    _ : Object

    Defaults to {isBlockLike: false}

Methods