import DraftRestore from 'ceo-core/application/components/draftable/draft-restore.js'DraftRestore
Extends:
react~React.Component → BaseView → DraftRestore
Draft restore notification, accepts
- onRestore - callback
- pendingDraft - immutable map
- label - notification text
- buttonLabel - label text for restore button
- buttonClass = class(es) for restore button
Constructor Summary
| Public Constructor | ||
| public |
constructor(props: *) |
|
Method Summary
| Public Methods | ||
| public |
handleClick(e: *) |
|
| public |
render(): * |
|
Inherited Summary
| From class BaseView | ||
| public |
getChildContext(): * |
|
Public Constructors
public constructor(props: *) source
Params:
| Name | Type | Attribute | Description |
| props | * |