Home Reference Source
public class | source

DraftRestore

Extends:

react~React.ComponentBaseView → 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

Public Constructors

public constructor(props: *) source

Params:

NameTypeAttributeDescription
props *

Public Methods

public handleClick(e: *) source

Params:

NameTypeAttributeDescription
e *

public render(): * source

Return:

*