Preparing search index...
The search index is not available
kodi-jsonrpc-api
kodi-jsonrpc-api
AddonDetails
Interface AddonDetails
AddonDetails ($ref: "Addon.Details") Represents detailed information about an addon.
interface
AddonDetails
{
addonid
:
string
;
dependencies
:
string
[]
;
description
:
string
;
enabled
:
boolean
;
name
:
string
;
path
:
string
;
properties
:
{
[
key
:
string
]:
any
}
;
type
:
AddonType
;
version
:
string
;
}
Index
Properties
addonid
dependencies
description
enabled
name
path
properties
type
version
Properties
addonid
addonid
:
string
dependencies
dependencies
:
string
[]
description
description
:
string
enabled
enabled
:
boolean
name
name
:
string
path
path
:
string
properties
properties
:
{
[
key
:
string
]:
any
}
type
type
:
AddonType
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
addonid
dependencies
description
enabled
name
path
properties
type
version
kodi-jsonrpc-api
Loading...
AddonDetails ($ref: "Addon.Details") Represents detailed information about an addon.