webOS / Exports / model / TVAppInfo
Interface: TVAppInfo
model.TVAppInfo
Table of contents
Properties
- age
- appsize
- bgImage
- binId
- category
- checkUpdateOnLaunch
- class
- containerCSS
- containerJS
- deeplinkingParams
- defaultWindowType
- disableBackHistoryAPI
- enyoVersion
- extraLargeIcon
- folderPath
- handlesRelaunch
- hardwareFeaturesNeeded
- hasPromotion
- icon
- iconColor
- id
- inAppSetting
- inspectable
- installedTime
- largeIcon
- launchinnewgroup
- lockable
- main
- mediumLargeIcon
- miniicon
- noSplashOnLaunch
- noWindow
- onDeviceSource
- privilegedJail
- removable
- requestedWindowOrientation
- requiredEULA
- resolution
- splashBackground
- systemApp
- title
- transparent
- trustLevel
- type
- uiRevision
- vendor
- version
- visible
- windowGroup
Properties
age
• age: number
Defined in
appsize
• appsize: number
Defined in
bgImage
• bgImage: string
Defined in
binId
• binId: number
Defined in
category
• category: string
Defined in
checkUpdateOnLaunch
• checkUpdateOnLaunch: boolean
Defined in
class
• Optional
class: Object
Type declaration
Name | Type |
---|---|
hidden |
boolean |
Defined in
containerCSS
• Optional
containerCSS: string
Defined in
containerJS
• Optional
containerJS: string
Defined in
deeplinkingParams
• deeplinkingParams: string
Defined in
defaultWindowType
• defaultWindowType: string
Defined in
disableBackHistoryAPI
• disableBackHistoryAPI: boolean
Defined in
enyoVersion
• Optional
enyoVersion: string
Defined in
extraLargeIcon
• extraLargeIcon: string
Defined in
folderPath
• folderPath: string
Defined in
handlesRelaunch
• handlesRelaunch: boolean
Defined in
hardwareFeaturesNeeded
• hardwareFeaturesNeeded: unknown
[]
Defined in
hasPromotion
• hasPromotion: boolean
Defined in
icon
• icon: string
Defined in
iconColor
• iconColor: string
Defined in
id
• id: string
Defined in
inAppSetting
• inAppSetting: boolean
Defined in
inspectable
• inspectable: boolean
Defined in
installedTime
• installedTime: number
Defined in
largeIcon
• largeIcon: string
Defined in
launchinnewgroup
• launchinnewgroup: boolean
Defined in
lockable
• lockable: boolean
Defined in
main
• main: string
Defined in
mediumLargeIcon
• mediumLargeIcon: string
Defined in
miniicon
• miniicon: string
Defined in
noSplashOnLaunch
• noSplashOnLaunch: boolean
Defined in
noWindow
• noWindow: boolean
Defined in
onDeviceSource
• Optional
onDeviceSource: Record
<string
, string
>
Defined in
privilegedJail
• privilegedJail: boolean
Defined in
removable
• removable: boolean
Defined in
requestedWindowOrientation
• requestedWindowOrientation: string
Defined in
requiredEULA
• requiredEULA: string
Defined in
resolution
• resolution: string
Defined in
splashBackground
• splashBackground: string
Defined in
systemApp
• systemApp: boolean
Defined in
title
• title: string
Defined in
transparent
• transparent: boolean
Defined in
trustLevel
• trustLevel: string
Defined in
type
• type: string
Defined in
uiRevision
• Optional
uiRevision: number
Defined in
vendor
• vendor: string
Defined in
version
• version: string
Defined in
visible
• visible: boolean
Defined in
windowGroup
• Optional
windowGroup: Object
Type declaration
Name | Type |
---|---|
clientInfo? |
{ layer : string }[] |
name |
string |
owner |
boolean |
ownerInfo? |
{ allowAnonymous : boolean ; layers : { name : string ; z : number }[] } |
ownerInfo.allowAnonymous |
boolean |
ownerInfo.layers |
{ name : string ; z : number }[] |