20 lines
315 B
20 lines
315 B
4 years ago
|
Interface for object that holds info about battery. Battery object is not created by the theme's code, but rather by the **LightDM.Greeter** class.
|
||
|
|
||
|
# Members
|
||
|
|
||
|
## level
|
||
|
**Type**: [String]
|
||
|
|
||
|
The battery level.
|
||
|
|
||
|
## name
|
||
|
**Type**: [String]
|
||
|
|
||
|
The battery's name.
|
||
|
|
||
|
## state
|
||
|
**Type**: [String]
|
||
|
|
||
|
The state for the battery.
|
||
|
|