-
getMappedAttribute(key) → {string|null}
-
Gets the mapped attribute
Parameters:
Name |
Type |
Description |
key |
string
|
the key to the attribute |
- Source:
Returns:
the attribute
-
Type
-
string
|
null
-
getMappedCommand(key) → {string|null}
-
Gets the mapped command class
Parameters:
Name |
Type |
Description |
key |
string
|
the key to the command class |
- Source:
Returns:
the command class
-
Type
-
string
|
null
-
getMappedStyle(key) → {string|null}
-
Gets the mapped style class
Parameters:
Name |
Type |
Description |
key |
string
|
the key to the style class |
- Source:
Returns:
the style class
-
Type
-
string
|
null
-
getTranslatedText(key, args) → {string|null}
-
Gets the translated text
Parameters:
Name |
Type |
Argument |
Description |
key |
string
|
|
the key to the translated text |
args |
Array
|
<optional>
|
optional arguments to format the translated text |
- Source:
Returns:
the translated text
-
Type
-
string
|
null
-
isRTLMode() → {boolean}
-
Whether the reading direction is right to left.
- Source:
Returns:
true if reading direction is right to left, false otherwise.
-
Type
-
boolean