TextLabels interface

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 nameTypeProperty description
legacyBrowserHeader?stringLabel of text header when browser isn’t supported
legacyBrowserText?stringLabel of text paragraph when browser isn’t supported
copyLabel?stringLabel of copy action displayed inside context menu (just PRO)
cutLabel?stringLabel of cut action displayed inside context menu (just PRO)
pasteLabel?stringLabel of paste action displayed inside context menu (just PRO)
macOsContextMenuPasteAlert?stringAlert label in use (e.g., MacOS) if access to the clipboard is denied (just PRO)
otherBrowsersContextMenuPasteAlert?stringAlert label in use (e.g., Firefox) if access to the clipboard is denied (just PRO)
contextMenuPasteAlert?stringAlert label in use (e.g., Firefox) if access to the clipboard is denied (just PRO)