TextLabels describes a set of text labels used by ReactGrid.
Definition
interface TextLabels {
    legacyBrowserHeader?: string,
    legacyBrowserText?: string,
    copyLabel?: string,
    cutLabel?: string,
    pasteLabel?: string,
    macOsContextMenuPasteAlert?: string,
    otherBrowsersContextMenuPasteAlert?: string,
    contextMenuPasteAlert?: string
}Properties
| Property name | Type | Property description | 
|---|---|---|
| legacyBrowserHeader? | string | Label of text header when browser isn't supported | 
| legacyBrowserText? | string | Label of text paragraph when browser isn't supported | 
| copyLabel? | string | Label of copy action displayed inside context menu (just PRO) | 
| cutLabel? | string | Label of cut action displayed inside context menu (just PRO) | 
| pasteLabel? | string | Label of paste action displayed inside context menu (just PRO) | 
| macOsContextMenuPasteAlert? | string | Alert label in use (e.g., MacOS) if access to the clipboard is denied (just PRO) | 
| otherBrowsersContextMenuPasteAlert? | string | Alert label in use (e.g., Firefox) if access to the clipboard is denied (just PRO) | 
| contextMenuPasteAlert? | string | Alert label in use (e.g., Firefox) if access to the clipboard is denied (just PRO) |