CommentGroup
Extends:
react~Component → CommentGroup
Constructor Summary
Public Constructor | ||
public |
constructor(props: object) Component constructor |
Member Summary
Public Members | ||
public |
|
|
public |
commentList: DOM: * Get comments' DOM |
|
public |
handleOnChange(evt: event, data: string): * When comment text changed |
|
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
render(): react element Reneder component DOM |
Public Constructors
Public Methods
public render(): react element source
Reneder component DOM
Return:
react element | return the DOM which rendered by component |