RAGS - v1.11.0
Preparing search index...
dbus/types
DBusProxy
Interface DBusProxy
Generic DBus proxy with name listing capability.
interface
DBusProxy
{
new
DBusProxy
(
...
args
:
unknown
[]
)
:
DBusProxy
;
ListNamesAsync
:
()
=>
Promise
<
string
[]
[]
>
;
[
key
:
string
]:
any
;
}
Hierarchy
DBusProxy
DBusProxy
Indexable
[
key
:
string
]:
any
Index
Constructors
constructor
Properties
List
Names
Async
Constructors
constructor
new
DBusProxy
(
...
args
:
unknown
[]
)
:
DBusProxy
Parameters
...
args
:
unknown
[]
Returns
DBusProxy
Properties
List
Names
Async
ListNamesAsync
:
()
=>
Promise
<
string
[]
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
List
Names
Async
RAGS - v1.11.0
Loading...
Generic DBus proxy with name listing capability.