You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
|
||
|
|